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

2 tests failed.
FAILED:  org.apache.solr.cloud.SyncSliceTest.test

Error Message:
expected:<5> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
        at 
__randomizedtesting.SeedInfo.seed([FD1C52E2D7B68F09:75486D38794AE2F1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:171)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
        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.test

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.http.NoHttpResponseException: The target server failed to respond
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:260)
        at 
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:110)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
        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 9464 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\init-core-data-001
   [junit4]   2> 2685063 T12521 oas.SolrTestCaseJ4.buildSSLConfig Randomized 
ssl (true) and clientAuth (true)
   [junit4]   2> 2685063 T12521 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 2685072 T12521 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2685073 T12522 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 2685154 T12521 oasc.ZkTestServer.run start zk server on 
port:50690
   [junit4]   2> 2685154 T12521 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2685157 T12521 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2685166 T12529 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@14e7d63 name:ZooKeeperConnection 
Watcher:127.0.0.1:50690 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2685166 T12521 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2685166 T12521 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2685167 T12521 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2685174 T12521 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2685175 T12521 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2685177 T12532 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@19bc58a name:ZooKeeperConnection 
Watcher:127.0.0.1:50690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2685177 T12521 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2685177 T12521 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2685178 T12521 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 2685183 T12521 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 2685185 T12521 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 2685188 T12521 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 2685192 T12521 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> 2685193 T12521 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 2685197 T12521 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> 2685197 T12521 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 2685203 T12521 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> 2685204 T12521 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2685207 T12521 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> 2685208 T12521 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 2685211 T12521 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> 2685212 T12521 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 2685215 T12521 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> 2685216 T12521 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 2685218 T12521 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> 2685219 T12521 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 2685222 T12521 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> 2685223 T12521 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 2685225 T12521 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> 2685226 T12521 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2685230 T12521 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> 2685231 T12521 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 2685235 T12521 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> 2685235 T12521 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 2685240 T12523 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14b319e1bbf0001, 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> 2685242 T12521 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2685244 T12521 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2685247 T12535 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@177236d name:ZooKeeperConnection 
Watcher:127.0.0.1:50690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2685247 T12521 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2685247 T12521 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2685249 T12523 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14b319e1bbf0002, 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> 2686606 T12521 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\control-001\cores\collection1
   [junit4]   2> 2686610 T12521 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 2686615 T12521 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@15d37fd{/,null,AVAILABLE}
   [junit4]   2> 2686635 T12521 oejs.AbstractConnector.doStart Started 
ServerConnector@e5364a{SSL-http/1.1}{127.0.0.1:50700}
   [junit4]   2> 2686635 T12521 oejs.Server.doStart Started @2689285ms
   [junit4]   2> 2686640 T12521 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2686640 T12521 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2686640 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\control-001
   [junit4]   2> 2686640 T12521 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\control-001\'
   [junit4]   2> 2686678 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\control-001\solr.xml
   [junit4]   2> 2686701 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\control-001\cores
   [junit4]   2> 2686702 T12521 oasc.CoreContainer.<init> New CoreContainer 
10932733
   [junit4]   2> 2686702 T12521 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\control-001\]
   [junit4]   2> 2686705 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2686705 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2686705 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2686705 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2686705 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2686705 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2686707 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2686707 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2686708 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2686708 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2686708 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 2686714 T12521 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2686720 T12521 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2686722 T12521 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2686723 T12521 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2686723 T12521 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50690/solr
   [junit4]   2> 2686723 T12521 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2686723 T12521 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2686726 T12521 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2686728 T12549 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@da9911 name:ZooKeeperConnection 
Watcher:127.0.0.1:50690 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2686729 T12521 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2686729 T12521 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2686734 T12521 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2686736 T12552 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@9bf9d8 name:ZooKeeperConnection 
Watcher:127.0.0.1:50690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2686737 T12521 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2686740 T12521 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 2686745 T12521 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2686750 T12521 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 2686755 T12521 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2686761 T12521 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2686769 T12521 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 2686771 T12521 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50700_
   [junit4]   2> 2686773 T12521 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50700_
   [junit4]   2> 2686778 T12521 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 2686781 T12521 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 2686785 T12521 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2686793 T12521 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:50700_
   [junit4]   2> 2686795 T12521 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 2686799 T12521 oasc.Overseer.start Overseer 
(id=93222772431323140-127.0.0.1:50700_-n_0000000000) starting
   [junit4]   2> 2686804 T12521 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 2686825 T12521 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2686827 T12554 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 2686829 T12521 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 2686833 T12521 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 2686836 T12521 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2686843 T12553 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 2686845 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\control-001\cores
   [junit4]   2> 2686847 T12521 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\control-001\cores\collection1\
   [junit4]   2> 2686847 T12521 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 2686851 T12556 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 2686851 T12556 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2686852 T12552 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2686852 T12556 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2686859 T12553 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50700";,
   [junit4]   2>          "node_name":"127.0.0.1:50700_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 0
   [junit4]   2> 2686860 T12553 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50700";,
   [junit4]   2>          "node_name":"127.0.0.1:50700_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2686860 T12553 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 2686870 T12553 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 2686872 T12552 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> 2687667 T12556 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 2687667 T12556 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 2687669 T12556 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2687669 T12556 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2687671 T12556 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2687671 T12556 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\control-001\cores\collection1\'
   [junit4]   2> 2687695 T12556 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2687699 T12556 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2687709 T12556 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2687714 T12556 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2687725 T12556 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2687728 T12556 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2687736 T12556 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 2687858 T12556 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2687864 T12556 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 2687866 T12556 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2687884 T12556 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2687887 T12556 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2687892 T12556 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2687894 T12556 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2687894 T12556 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2687895 T12556 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2687896 T12556 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2687896 T12556 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2687896 T12556 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 2687896 T12556 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2687897 T12556 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\control-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\tempDir-001/control/data\
   [junit4]   2> 2687897 T12556 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cb0486
   [junit4]   2> 2687898 T12556 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\tempDir-001/control/data\
   [junit4]   2> 2687898 T12556 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.SyncSliceTest
 FD1C52E2D7B68F09-001\tempDir-001/control/data\index/
   [junit4]   2> 2687898 T12556 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 2687899 T12556 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\tempDir-001/control/data\index
   [junit4]   2> 2687900 T12556 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=87.5537109375, 
floorSegmentMB=0.845703125, forceMergeDeletesPctAllowed=19.52268312047148, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2687900 T12556 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@264cd6 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c746c),segFN=segments_1,generation=1}
   [junit4]   2> 2687900 T12556 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2687904 T12556 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2687904 T12556 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2687905 T12556 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2687905 T12556 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2687905 T12556 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2687905 T12556 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2687906 T12556 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2687907 T12556 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2687907 T12556 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2687908 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2687908 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2687908 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2687908 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2687910 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2687910 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2687911 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2687912 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2687912 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2687913 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2687914 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2687914 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2687915 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2687915 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2687916 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2687916 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2687917 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2687917 T12556 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2687923 T12556 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2687923 T12556 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2687926 T12556 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2687927 T12556 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2687927 T12556 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2687931 T12556 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2687931 T12556 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2687932 T12556 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=0.177734375, 
floorSegmentMB=1.8798828125, forceMergeDeletesPctAllowed=20.77027116018885, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7608670467900476
   [junit4]   2> 2687932 T12556 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@264cd6 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c746c),segFN=segments_1,generation=1}
   [junit4]   2> 2687932 T12556 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2687933 T12556 oass.SolrIndexSearcher.<init> Opening 
Searcher@ea8693[collection1] main
   [junit4]   2> 2687933 T12556 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2687935 T12556 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2687935 T12556 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 2687936 T12556 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2687937 T12556 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2687937 T12556 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2687938 T12556 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2687938 T12556 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2687938 T12556 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2687938 T12556 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 2687939 T12556 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2687940 T12557 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@ea8693[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2687941 T12560 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:50700 collection:control_collection 
shard:shard1
   [junit4]   2> 2687942 T12521 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2687942 T12521 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2687943 T12560 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2687951 T12560 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 2687954 T12521 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2687955 T12521 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2687955 T12552 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2687957 T12560 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2687957 T12560 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C2365 name=collection1 
org.apache.solr.core.SolrCore@f904c8 url=https://127.0.0.1:50700/collection1 
node=127.0.0.1:50700_ C2365_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=https://127.0.0.1:50700, 
node_name=127.0.0.1:50700_, state=down}
   [junit4]   2> 2687957 T12560 C2365 P50700 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:50700/collection1/
   [junit4]   2> 2687957 T12560 C2365 P50700 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 2687958 T12560 C2365 P50700 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:50700/collection1/ has no replicas
   [junit4]   2> 2687958 T12560 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:50700/collection1/ shard1
   [junit4]   2> 2687958 T12560 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 2687958 T12563 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@11887c1 name:ZooKeeperConnection 
Watcher:127.0.0.1:50690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2687959 T12521 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2687959 T12553 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection"} current state 
version: 1
   [junit4]   2> 2687959 T12521 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2687962 T12521 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2687968 T12552 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2687968 T12521 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 2687969 T12521 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 2687969 T12521 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2687970 T12553 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"https://127.0.0.1:50700";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 2687971 T12521 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2687974 T12566 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@18f608a name:ZooKeeperConnection 
Watcher:127.0.0.1:50690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2687974 T12521 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2687974 T12521 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2687977 T12552 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2687978 T12523 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14b319e1bbf0006, 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> 2687980 T12553 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "stateFormat":"2"} current state version: 1
   [junit4]   2> 2687983 T12553 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 2687987 T12552 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> 2687987 T12563 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> 2688086 T12553 oasco.ZkStateWriter.writePendingUpdates going 
to create_collection /collections/collection1/state.json
   [junit4]   2> 2688089 T12563 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> 2688096 T12560 oasc.ZkController.register We are 
https://127.0.0.1:50700/collection1/ and leader is 
https://127.0.0.1:50700/collection1/
   [junit4]   2> 2688096 T12560 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:50700
   [junit4]   2> 2688096 T12560 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 2688096 T12560 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 2688096 T12560 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2688099 T12552 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2688103 T12553 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50700";,
   [junit4]   2>          "node_name":"127.0.0.1:50700_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 3
   [junit4]   2> 2688105 T12553 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50700";,
   [junit4]   2>          "node_name":"127.0.0.1:50700_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2688191 T12563 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> 2688191 T12552 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> 2689262 T12521 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-1-001\cores\collection1
   [junit4]   2> 2689265 T12521 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 2689266 T12521 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 2689269 T12521 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@1fdc537{/,null,AVAILABLE}
   [junit4]   2> 2689281 T12521 oejs.AbstractConnector.doStart Started 
ServerConnector@12224d0{SSL-http/1.1}{127.0.0.1:50715}
   [junit4]   2> 2689282 T12521 oejs.Server.doStart Started @2692562ms
   [junit4]   2> 2689288 T12521 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2689288 T12521 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2689288 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-1-001
   [junit4]   2> 2689288 T12521 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-1-001\'
   [junit4]   2> 2689326 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-1-001\solr.xml
   [junit4]   2> 2689336 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-1-001\cores
   [junit4]   2> 2689337 T12521 oasc.CoreContainer.<init> New CoreContainer 
13629334
   [junit4]   2> 2689337 T12521 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-1-001\]
   [junit4]   2> 2689338 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2689338 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2689338 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2689338 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2689338 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2689338 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2689339 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2689340 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2689340 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2689340 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2689340 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 2689343 T12521 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2689347 T12521 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2689347 T12521 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2689347 T12521 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2689347 T12521 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50690/solr
   [junit4]   2> 2689347 T12521 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2689347 T12521 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2689351 T12521 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2689353 T12580 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e2c6a5 name:ZooKeeperConnection 
Watcher:127.0.0.1:50690 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2689354 T12521 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2689354 T12521 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2689357 T12521 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2689359 T12583 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@10bf7e8 name:ZooKeeperConnection 
Watcher:127.0.0.1:50690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2689359 T12521 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2689369 T12521 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2690189 T12521 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50715_
   [junit4]   2> 2690191 T12521 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50715_
   [junit4]   2> 2690197 T12521 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2690200 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-1-001\cores
   [junit4]   2> 2690202 T12521 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-1-001\cores\collection1\
   [junit4]   2> 2690203 T12521 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 2690207 T12584 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2690207 T12584 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2690209 T12552 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2690210 T12584 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 2690210 T12584 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 2690211 T12553 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50715";,
   [junit4]   2>          "node_name":"127.0.0.1:50715_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 2690211 T12584 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2690212 T12553 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50715";,
   [junit4]   2>          "node_name":"127.0.0.1:50715_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2690213 T12553 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=1
   [junit4]   2> 2690213 T12553 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 2690213 T12584 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 2690214 T12584 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2690217 T12553 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 2690218 T12583 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2690219 T12583 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 2691085 T12584 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 2691085 T12584 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2691086 T12584 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2691086 T12584 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2691088 T12584 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2691088 T12584 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-1-001\cores\collection1\'
   [junit4]   2> 2691115 T12584 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2691119 T12584 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2691129 T12584 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 2691134 T12584 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2691147 T12584 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2691149 T12584 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2691157 T12584 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 2691285 T12584 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2691290 T12584 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 2691290 T12584 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2691311 T12584 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2691315 T12584 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2691319 T12584 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2691321 T12584 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2691321 T12584 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2691321 T12584 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2691323 T12584 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2691323 T12584 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2691323 T12584 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2691323 T12584 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2691324 T12584 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-1-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\tempDir-001/jetty1\
   [junit4]   2> 2691324 T12584 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1cb0486
   [junit4]   2> 2691325 T12584 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\tempDir-001/jetty1\
   [junit4]   2> 2691325 T12584 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.SyncSliceTest
 FD1C52E2D7B68F09-001\tempDir-001/jetty1\index/
   [junit4]   2> 2691325 T12584 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 2691326 T12584 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\tempDir-001/jetty1\index
   [junit4]   2> 2691327 T12584 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=87.5537109375, 
floorSegmentMB=0.845703125, forceMergeDeletesPctAllowed=19.52268312047148, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2691327 T12584 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1ec3cca 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75bd98),segFN=segments_1,generation=1}
   [junit4]   2> 2691327 T12584 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2691333 T12584 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2691334 T12584 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2691334 T12584 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2691334 T12584 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2691334 T12584 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2691334 T12584 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2691334 T12584 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2691334 T12584 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2691334 T12584 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2691337 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2691338 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2691341 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2691341 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2691342 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2691343 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2691344 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2691345 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2691346 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2691347 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2691348 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2691348 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2691349 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2691350 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2691351 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2691352 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2691354 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2691355 T12584 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2691363 T12584 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2691366 T12584 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2691368 T12584 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2691370 T12584 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2691371 T12584 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2691375 T12584 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2691375 T12584 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2691376 T12584 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=0.177734375, 
floorSegmentMB=1.8798828125, forceMergeDeletesPctAllowed=20.77027116018885, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7608670467900476
   [junit4]   2> 2691376 T12584 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1ec3cca 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75bd98),segFN=segments_1,generation=1}
   [junit4]   2> 2691376 T12584 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2691376 T12584 oass.SolrIndexSearcher.<init> Opening 
Searcher@586adf[collection1] main
   [junit4]   2> 2691376 T12584 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2691379 T12584 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2691380 T12584 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 2691381 T12584 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2691381 T12584 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2691382 T12584 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2691383 T12584 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2691383 T12584 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2691383 T12584 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2691383 T12584 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 2691383 T12584 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2691384 T12585 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@586adf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2691387 T12588 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:50715 collection:collection1 
shard:shard1
   [junit4]   2> 2691390 T12521 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2691391 T12521 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2691392 T12588 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2691402 T12588 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 2691405 T12552 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2691407 T12588 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2691407 T12588 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C2366 name=collection1 
org.apache.solr.core.SolrCore@75e559 url=https://127.0.0.1:50715/collection1 
node=127.0.0.1:50715_ C2366_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=https://127.0.0.1:50715, 
node_name=127.0.0.1:50715_, state=down}
   [junit4]   2> 2691407 T12588 C2366 P50715 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:50715/collection1/
   [junit4]   2> 2691407 T12588 C2366 P50715 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 2691407 T12588 C2366 P50715 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:50715/collection1/ has no replicas
   [junit4]   2> 2691407 T12588 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:50715/collection1/ shard1
   [junit4]   2> 2691408 T12588 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 2691410 T12553 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 2691413 T12553 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 2691415 T12583 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2691418 T12583 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 2691431 T12553 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"https://127.0.0.1:50715";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 2691433 T12553 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 2691435 T12583 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2691436 T12583 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 2691442 T12552 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2691477 T12588 oasc.ZkController.register We are 
https://127.0.0.1:50715/collection1/ and leader is 
https://127.0.0.1:50715/collection1/
   [junit4]   2> 2691477 T12588 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:50715
   [junit4]   2> 2691477 T12588 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 2691477 T12588 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2691477 T12588 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2691480 T12552 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2691483 T12553 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50715";,
   [junit4]   2>          "node_name":"127.0.0.1:50715_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 2691486 T12553 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50715";,
   [junit4]   2>          "node_name":"127.0.0.1:50715_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2691488 T12553 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 2691491 T12583 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2691492 T12588 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 2691493 T12583 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 2692886 T12521 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-2-001\cores\collection1
   [junit4]   2> 2692889 T12521 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 2692890 T12521 oejs.Server.doStart jetty-9.2.6.v20141205
   [junit4]   2> 2692897 T12521 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@d1cc27{/,null,AVAILABLE}
   [junit4]   2> 2692911 T12521 oejs.AbstractConnector.doStart Started 
ServerConnector@1725fdb{SSL-http/1.1}{127.0.0.1:50724}
   [junit4]   2> 2692912 T12521 oejs.Server.doStart Started @2696782ms
   [junit4]   2> 2692915 T12521 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 2692916 T12521 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2692916 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-2-001
   [junit4]   2> 2692916 T12521 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-2-001\'
   [junit4]   2> 2692949 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-2-001\solr.xml
   [junit4]   2> 2692959 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-2-001\cores
   [junit4]   2> 2692959 T12521 oasc.CoreContainer.<init> New CoreContainer 
25434246
   [junit4]   2> 2692960 T12521 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-2-001\]
   [junit4]   2> 2692961 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2692961 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2692961 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2692962 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2692962 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2692962 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2692963 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2692963 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2692964 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2692964 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2692964 T12521 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 2692968 T12521 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2692971 T12521 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2692972 T12521 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2692972 T12521 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2692972 T12521 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50690/solr
   [junit4]   2> 2692973 T12521 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2692973 T12521 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2692976 T12521 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2692978 T12602 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@b987f3 name:ZooKeeperConnection 
Watcher:127.0.0.1:50690 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2692978 T12521 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2692979 T12521 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2692983 T12521 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 2692985 T12605 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3f26d8 name:ZooKeeperConnection 
Watcher:127.0.0.1:50690/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2692985 T12521 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2692997 T12521 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2693899 T12521 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50724_
   [junit4]   2> 2693901 T12521 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50724_
   [junit4]   2> 2693909 T12521 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2693914 T12521 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.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-2-001\cores
   [junit4]   2> 2693920 T12521 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SyncSliceTest
 FD1C52E2D7B68F09-001\shard-2-001\cores\collection1\
   [junit4]   2> 2693921 T12521 oasc.CorePropertiesLocator.discover Found 1 
core definitions
   [junit4]   2> 2693925 T12606 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2693926 T12606 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 2693928 T12552 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2693930 T12553 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50724";,
   [junit4]   2>          "node_name":"127.0.0.1:50724_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 2693930 T12606 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 2693930 T12606 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 2693931 T12606 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2693931 T12553 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50724";,
   [junit4]   2>          "node_name":"127.0.0.1:50724_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2693931 T12553 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=1
   [junit4]   2> 2693932 T12553 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 2693934 T12553 oasco.ZkStateWriter.writePendingUpdates going 
to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 2693934 T12606 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 2693935 T12606 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2693935 T12583 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2693935 T12605 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2693937 T12583 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]  

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

true,coord=no): {}, locale=sr_BA, timezone=Asia/Oral
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 
(32-bit)/cpus=2,threads=1,free=31886608,total=399507456
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedFacetPivotWhiteBoxTest, TestIBSimilarityFactory, UUIDFieldTest, 
OutputWriterTest, AnalysisAfterCoreReloadTest, OverseerStatusTest, 
QueryEqualityTest, TestSweetSpotSimilarityFactory, TestSearchPerf, 
TestRecoveryHdfs, BasicFunctionalityTest, ShardRoutingCustomTest, 
TestDynamicFieldCollectionResource, TestExtendedDismaxParser, 
ConnectionManagerTest, TestWordDelimiterFilterFactory, MergeStrategyTest, 
TestRawResponseWriter, TestOverriddenPrefixQueryForCustomFieldType, 
TestRandomDVFaceting, AliasIntegrationTest, TestDocSet, 
TestUniqueKeyFieldResource, SSLMigrationTest, DistribCursorPagingTest, 
TestRestManager, TestStressLucene, DocumentAnalysisRequestHandlerTest, 
TestCollationField, HdfsChaosMonkeySafeLeaderTest, TestCloudSchemaless, 
IndexBasedSpellCheckerTest, SolrCoreCheckLockOnStartupTest, 
TestMergePolicyConfig, DistribDocExpirationUpdateProcessorTest, 
SuggesterWFSTTest, SuggestComponentTest, TestSortingResponseWriter, 
TestImplicitCoreProperties, UniqFieldsUpdateProcessorFactoryTest, 
PingRequestHandlerTest, TestFileDictionaryLookup, LeaderElectionTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, 
DistributedFacetPivotSmallAdvancedTest, TestSchemaNameResource, 
QueryParsingTest, TestSort, DistributedFacetPivotSmallTest, TestWriterPerf, 
DistributedDebugComponentTest, TestLRUStatsCache, 
TestPartialUpdateDeduplication, CloudExitableDirectoryReaderTest, TestSolrXml, 
OpenExchangeRatesOrgProviderTest, RecoveryZkTest, CachingDirectoryFactoryTest, 
AnalyticsMergeStrategyTest, TestSolr4Spatial, TestMiniSolrCloudCluster, 
TestBM25SimilarityFactory, TestSolrQueryParserDefaultOperatorResource, 
TestExactSharedStatsCache, MinimalSchemaTest, TestQuerySenderNoQuery, 
RecoveryAfterSoftCommitTest, PrimUtilsTest, URLClassifyProcessorTest, 
TestCoreContainer, TestDocumentBuilder, NotRequiredUniqueKeyTest, 
TestOmitPositions, TestOrdValues, SolrCmdDistributorTest, 
TestElisionMultitermQuery, AddBlockUpdateTest, SolrIndexSplitterTest, 
CSVRequestHandlerTest, ZkSolrClientTest, ZkCLITest, TestIndexingPerformance, 
FieldAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, TestRebalanceLeaders, 
TestDFRSimilarityFactory, TestDynamicFieldResource, CursorMarkTest, 
ClusterStateUpdateTest, SuggesterFSTTest, TestManagedStopFilterFactory, 
ParsingFieldUpdateProcessorsTest, OverseerTest, TestSimpleQParserPlugin, 
HdfsSyncSliceTest, DateFieldTest, SpellingQueryConverterTest, 
TestShardHandlerFactory, ExternalFileFieldSortTest, 
CollectionsAPIDistributedZkTest, TestSurroundQueryParser, 
ChangedSchemaMergeTest, TestIntervalFaceting, SliceStateTest, 
TestAnalyzeInfixSuggestions, TestFieldCollectionResource, 
TestDocBasedVersionConstraints, TestPHPSerializedResponseWriter, 
DirectSolrSpellCheckerTest, TestValueSourceCache, TestUpdate, 
OpenCloseCoreStressTest, HdfsBasicDistributedZk2Test, 
LeaderFailoverAfterPartitionTest, TestBadConfig, TestGroupingSearch, 
AutoCommitTest, HttpPartitionTest, RemoteQueryErrorTest, 
TestReversedWildcardFilterFactory, TestCloudManagedSchema, 
ExternalCollectionsTest, TestFreeTextSuggestions, TestHashPartitioner, 
DeleteShardTest, MigrateRouteKeyTest, TestAtomicUpdateErrorCases, 
TestShortCircuitedRequests, SaslZkACLProviderTest, DocValuesMultiTest, 
HdfsWriteToMultipleCollectionsTest, TestIndexSearcher, HdfsDirectoryTest, 
TestChildDocTransformer, DateRangeFieldTest, HardAutoCommitTest, 
CursorPagingTest, TestFastWriter, LoggingHandlerTest, TestCSVLoader, 
TestManagedResourceStorage, PreAnalyzedUpdateProcessorTest, 
RequestHandlersTest, SystemInfoHandlerTest, TestZkChroot, 
QueryElevationComponentTest, TestQuerySenderListener, TestJoin, 
TestRandomMergePolicy, DistributedQueryComponentOptimizationTest, 
ResponseHeaderTest, TestPostingsSolrHighlighter, DistributedQueueTest, 
TestConfigOverlay, TestReplicationHandlerBackup, 
TestCursorMarkWithoutUniqueKey, AnalyticsQueryTest, TestNRTOpen, 
SolrIndexConfigTest, TestSolrCoreProperties, TestDistribDocBasedVersion, 
HdfsDirectoryFactoryTest, TestTolerantSearch, TestComponentsName, 
SynonymTokenizerTest, TestArbitraryIndexDir, TestMiniSolrCloudClusterSSL, 
TestFastLRUCache, TestCSVResponseWriter, DOMUtilTest, TestConfig, 
MultiThreadedOCPTest, TestStressVersions, TestSolrDeletionPolicy1, 
TestConfigReload, HdfsLockFactoryTest, IndexSchemaTest, 
TestHighlightDedupGrouping, TestBulkSchemaAPI, SolrInfoMBeanTest, 
UpdateParamsTest, LeaderInitiatedRecoveryOnCommitTest, 
HdfsBasicDistributedZkTest, TestReplicationHandler, BadIndexSchemaTest, 
DistributedTermsComponentTest, HdfsUnloadDistributedZkTest, 
MoreLikeThisHandlerTest, TestSolrDeletionPolicy2, TestObjectReleaseTracker, 
TestFunctionQuery, DocValuesTest, SolrXmlInZkTest, ShardRoutingTest, 
HighlighterTest, SchemaVersionSpecificBehaviorTest, 
DistributedSpellCheckComponentTest, UpdateRequestProcessorFactoryTest, 
SimpleFacetsTest, PluginInfoTest, DistributedSuggestComponentTest, 
TestRangeQuery, ResourceLoaderTest, SpatialFilterTest, 
DefaultValueUpdateProcessorTest, TestReRankQParserPlugin, 
LukeRequestHandlerTest, TestConfigSets, WordBreakSolrSpellCheckerTest, 
TermVectorComponentTest, TestExpandComponent, TestBlendedInfixSuggestions, 
BJQParserTest, TestManagedResource, MultiTermTest, StandardRequestHandlerTest, 
TestDistributedSearch, TestCoreDiscovery, TestSchemaSimilarityResource, 
EnumFieldTest, TriLevelCompositeIdRoutingTest, TestBinaryResponseWriter, 
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, 
UnloadDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, 
BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, 
TestDistributedGrouping, TestFaceting, TestRecovery, 
TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, 
TestStressReorder, TestReload, SolrCoreTest, StatsComponentTest, 
SpellCheckComponentTest, PeerSyncTest, ConvertedLegacyTest, TestFiltering, 
TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, 
SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, 
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, 
SimplePostToolTest, SignatureUpdateProcessorFactoryTest, 
SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest, 
TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, TestTrie, 
PolyFieldTest, NoCacheHeaderTest, TestPseudoReturnFields, 
FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, 
StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, 
TestRemoteStreaming, DistanceFunctionTest, XsltUpdateRequestHandlerTest, 
DebugComponentTest, CacheHeaderTest, DisMaxRequestHandlerTest, TestQueryUtils, 
TestQueryTypes, FileBasedSpellCheckerTest, TermsComponentTest, 
XmlUpdateRequestHandlerTest, DocumentBuilderTest, 
PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, TestSolrQueryParser, 
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, 
RegexBoostProcessorTest, SolrPluginUtilsTest, TestJmxIntegration, 
ReturnFieldsTest, JSONWriterTest, MBeansHandlerTest, TestAnalyzedSuggestions, 
JsonLoaderTest, BinaryUpdateRequestHandlerTest, SearchHandlerTest, 
TestLFUCache, HighlighterConfigTest, SOLR749Test, AlternateDirectoryTest, 
TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, 
TestStressRecovery, SampleTest, TestBinaryField, NumericFieldsTest, 
TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, TestLuceneMatchVersion, 
TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, 
TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestPerFieldSimilarity, 
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestDefaultSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, 
TestFastOutputStream, ScriptEngineTest, DateMathParserTest, 
ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, RAMDirectoryFactoryTest, ClusterStateTest, 
TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, FileUtilsTest, 
CircularListTest, TestRTGBase, DistributedIntervalFacetingTest, 
SolrTestCaseJ4Test, TestDistributedMissingSort, AssignTest, 
AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, 
CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, 
ReplicationFactorTest]
   [junit4] Completed in 59.58s, 1 test, 1 error <<< FAILURES!

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

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


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

Reply via email to