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

1 tests failed.
REGRESSION:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: 
https://127.0.0.1:59476/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:59476/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
        at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
        at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
        at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
        at 
org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        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: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:150)
        at java.net.SocketInputStream.read(SocketInputStream.java:121)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        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.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
        ... 46 more




Build Log:
[...truncated 11354 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\init-core-data-001
   [junit4]   2> 2732652 T6730 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 2732652 T6730 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 2732661 T6730 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 2732670 T6730 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2732674 T6731 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 2732822 T6730 oasc.ZkTestServer.run start zk server on 
port:59418
   [junit4]   2> 2732825 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2732835 T6737 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@8a7663 name:ZooKeeperConnection 
Watcher:127.0.0.1:59418 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2732835 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2732837 T6730 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2732844 T6732 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x147e9967a3f0000, 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> 2732850 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2732853 T6739 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e1ce84 name:ZooKeeperConnection 
Watcher:127.0.0.1:59418/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2732853 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2732856 T6730 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 2732862 T6730 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 2732867 T6730 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 2732872 T6730 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 2732878 T6730 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-schemaless.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2732878 T6730 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 2732889 T6730 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema-add-schema-fields-update-processor.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2732891 T6730 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 2732898 T6730 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> 2732898 T6730 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2732906 T6730 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> 2732907 T6730 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 2732916 T6730 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> 2732916 T6730 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 2732923 T6730 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> 2732923 T6730 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 2732932 T6730 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> 2732933 T6730 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 2732939 T6730 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> 2732941 T6730 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 2732948 T6730 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> 2732948 T6730 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2732955 T6730 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> 2732957 T6730 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 2732963 T6730 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> 2732963 T6730 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 2732976 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2732979 T6741 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a8f449 name:ZooKeeperConnection 
Watcher:127.0.0.1:59418/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2732980 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2736881 T6730 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2736904 T6730 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2736932 T6730 oejs.AbstractConnector.doStart Started 
[email protected]:59428
   [junit4]   2> 2736940 T6730 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2736940 T6730 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2736940 T6730 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002
   [junit4]   2> 2736944 T6730 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\'
   [junit4]   2> 2737011 T6730 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.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\solr.xml
   [junit4]   2> 2737039 T6730 oasc.CoreContainer.<init> New CoreContainer 
29912056
   [junit4]   2> 2737039 T6730 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\]
   [junit4]   2> 2737042 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2737042 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2737042 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2737042 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2737042 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2737044 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2737044 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2737044 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2737044 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2737054 T6730 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2737060 T6730 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2737060 T6730 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2737060 T6730 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2737060 T6730 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:59418/solr
   [junit4]   2> 2737060 T6730 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2737067 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2737070 T6752 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@569a66 name:ZooKeeperConnection 
Watcher:127.0.0.1:59418 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2737071 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2737076 T6732 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x147e9967a3f0003, 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> 2737077 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2737080 T6754 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@10056a6 name:ZooKeeperConnection 
Watcher:127.0.0.1:59418/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2737082 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2737083 T6730 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 2737090 T6730 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2737096 T6730 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 2737102 T6730 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2737108 T6730 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2737115 T6730 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2737120 T6730 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59428_
   [junit4]   2> 2737121 T6730 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:59428_
   [junit4]   2> 2737132 T6730 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 2737134 T6730 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 2737136 T6730 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2737145 T6730 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:59428_
   [junit4]   2> 2737145 T6730 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 2737151 T6730 oasc.Overseer.start Overseer 
(id=92299149889699844-127.0.0.1:59428_-n_0000000000) starting
   [junit4]   2> 2737159 T6730 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 2737180 T6730 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2737184 T6756 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 2737187 T6730 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 2737192 T6730 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 2737203 T6730 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2737211 T6755 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 2737218 T6758 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 2737218 T6758 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2737219 T6758 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2737221 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2737225 T6755 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:59428";,
   [junit4]   2>          "node_name":"127.0.0.1:59428_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2737225 T6755 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 2737225 T6755 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 2737234 T6759 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> 2738721 T6758 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2738721 T6758 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 2738722 T6758 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2738722 T6758 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2738725 T6758 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2738725 T6758 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\collection1\'
   [junit4]   2> 2738727 T6758 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2738730 T6758 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2738731 T6758 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 2738782 T6758 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2738793 T6758 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2738796 T6758 oass.ManagedIndexSchemaFactory.create The schema 
is configured as managed, but managed schema resource managed-schema not found 
- loading non-managed schema schema.xml instead
   [junit4]   2> 2738798 T6758 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 2738801 T6758 oass.IndexSchema.readSchema [collection1] Schema 
name=add-schema-fields-update-processor
   [junit4]   2> 2738813 T6758 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2738817 T6758 
oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted 
managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 2738820 T6758 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml.bak
   [junit4]   2> 2738829 T6758 
oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to 
managed schema in ZooKeeper, renamed the non-managed schema 
/configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 2738829 T6758 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 2738829 T6758 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 2738829 T6758 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\collection1\data\
   [junit4]   2> 2738829 T6758 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 2738832 T6758 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\collection1\data
   [junit4]   2> 2738834 T6758 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.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\collection1\data\index/
   [junit4]   2> 2738834 T6758 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 2738835 T6758 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\collection1\data\index
   [junit4]   2> 2738837 T6758 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=70.103515625, 
floorSegmentMB=1.3857421875, forceMergeDeletesPctAllowed=11.686636310935787, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6222135281371456
   [junit4]   2> 2738847 T6758 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1052e92; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2738847 T6758 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2738850 T6758 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2738976 T6758 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2738977 T6758 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2738977 T6758 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2738977 T6758 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2738977 T6758 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2738979 T6758 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2738979 T6758 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 2738979 T6758 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2738979 T6758 oasc.RequestHandlers.initHandlersFromConfig WARN 
Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2738980 T6758 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 2738980 T6758 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2738980 T6758 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 2738996 T6758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2738998 T6758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2738999 T6758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2739001 T6758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2739002 T6758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2739004 T6758 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2739004 T6758 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2739009 T6758 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1634100011, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2739012 T6758 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-002\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1052e92; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2739012 T6758 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2739014 T6758 oass.SolrIndexSearcher.<init> Opening 
Searcher@968d83[collection1] main
   [junit4]   2> 2739014 T6758 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2739020 T6758 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2739020 T6758 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2739021 T6758 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2739021 T6758 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2739021 T6758 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2739024 T6758 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2739024 T6758 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2739025 T6758 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 2739033 T6758 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2739033 T6758 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2739033 T6758 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2739045 T6758 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 2739053 T6760 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@968d83[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 2739053 T6758 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2739056 T6763 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:59428 collection:control_collection 
shard:shard1
   [junit4]   2> 2739058 T6730 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2739058 T6730 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2739059 T6763 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2739074 T6763 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 2739081 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2739083 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2739084 T6763 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2739086 T6763 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4265 name=collection1 
org.apache.solr.core.SolrCore@10188e1 url=https://127.0.0.1:59428/collection1 
node=127.0.0.1:59428_ C4265_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=https://127.0.0.1:59428, 
node_name=127.0.0.1:59428_, state=down}
   [junit4]   2> 2739086 T6763 C4265 P59428 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:59428/collection1/
   [junit4]   2> 2739087 T6763 C4265 P59428 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2739087 T6763 C4265 P59428 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:59428/collection1/ has no replicas
   [junit4]   2> 2739087 T6763 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:59428/collection1/ shard1
   [junit4]   2> 2739087 T6763 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 2739088 T6765 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7f0616 name:ZooKeeperConnection 
Watcher:127.0.0.1:59418/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2739088 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2739091 T6730 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2739096 T6730 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 2739103 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2739276 T6759 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> 2739279 T6766 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> 2739342 T6763 oasc.ZkController.register We are 
https://127.0.0.1:59428/collection1/ and leader is 
https://127.0.0.1:59428/collection1/
   [junit4]   2> 2739342 T6763 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:59428
   [junit4]   2> 2739342 T6763 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2739342 T6763 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 2739342 T6763 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2739345 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2739351 T6755 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 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:59428";,
   [junit4]   2>          "node_name":"127.0.0.1:59428_",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2739557 T6766 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> 2739557 T6759 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> 2742764 T6730 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 2742767 T6730 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2742781 T6730 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2742787 T6730 oejs.AbstractConnector.doStart Started 
[email protected]:59440
   [junit4]   2> 2742794 T6730 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2742796 T6730 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2742796 T6730 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003
   [junit4]   2> 2742796 T6730 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\'
   [junit4]   2> 2742846 T6730 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\solr.xml
   [junit4]   2> 2742881 T6730 oasc.CoreContainer.<init> New CoreContainer 
7630258
   [junit4]   2> 2742882 T6730 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\]
   [junit4]   2> 2742882 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2742884 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2742884 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2742884 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2742885 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2742885 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2742885 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2742887 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2742887 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2742893 T6730 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2742897 T6730 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2742897 T6730 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2742898 T6730 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2742898 T6730 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:59418/solr
   [junit4]   2> 2742898 T6730 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2742903 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2742906 T6777 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a05736 name:ZooKeeperConnection 
Watcher:127.0.0.1:59418 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2742907 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2742913 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2742916 T6779 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1eff0e name:ZooKeeperConnection 
Watcher:127.0.0.1:59418/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2742917 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2742934 T6730 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2744441 T6730 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59440_
   [junit4]   2> 2744442 T6730 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:59440_
   [junit4]   2> 2744458 T6730 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2744477 T6781 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2744477 T6781 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2744479 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2744479 T6781 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2744485 T6755 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:59440";,
   [junit4]   2>          "node_name":"127.0.0.1:59440_",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2744485 T6755 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 2744485 T6755 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 2744492 T6766 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2744492 T6759 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2744492 T6780 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2745905 T6781 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2745905 T6781 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2745906 T6781 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2745906 T6781 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2745910 T6781 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2745910 T6781 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\collection1\'
   [junit4]   2> 2745911 T6781 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2745915 T6781 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2745915 T6781 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 2745964 T6781 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2745975 T6781 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2745979 T6781 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 2745983 T6781 oass.IndexSchema.readSchema [collection1] Schema 
name=add-schema-fields-update-processor
   [junit4]   2> 2745990 T6781 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2745990 T6781 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2745990 T6781 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 2745994 T6781 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\collection1\data\
   [junit4]   2> 2745994 T6781 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 2745996 T6781 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\collection1\data
   [junit4]   2> 2745997 T6781 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.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\collection1\data\index/
   [junit4]   2> 2745997 T6781 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 2745997 T6781 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\collection1\data\index
   [junit4]   2> 2746000 T6781 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=70.103515625, 
floorSegmentMB=1.3857421875, forceMergeDeletesPctAllowed=11.686636310935787, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6222135281371456
   [junit4]   2> 2746060 T6781 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9b810b; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2746062 T6781 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2746064 T6781 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2746066 T6781 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2746067 T6781 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2746067 T6781 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2746067 T6781 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2746067 T6781 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2746068 T6781 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2746068 T6781 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 2746068 T6781 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2746068 T6781 oasc.RequestHandlers.initHandlersFromConfig WARN 
Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2746070 T6781 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 2746070 T6781 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2746070 T6781 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 2746080 T6781 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2746083 T6781 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2746084 T6781 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2746087 T6781 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2746088 T6781 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2746092 T6781 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2746092 T6781 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2746095 T6781 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1634100011, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2746096 T6781 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-003\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9b810b; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2746096 T6781 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2746099 T6781 oass.SolrIndexSearcher.<init> Opening 
Searcher@b0fd01[collection1] main
   [junit4]   2> 2746100 T6781 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2746103 T6781 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2746104 T6781 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2746106 T6781 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2746106 T6781 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2746106 T6781 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2746112 T6781 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2746112 T6781 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2746112 T6781 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 2746113 T6781 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2746113 T6781 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 2746117 T6781 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2746117 T6782 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@b0fd01[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 2746120 T6785 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:59440 collection:collection1 
shard:shard2
   [junit4]   2> 2746121 T6730 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2746121 T6730 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2746130 T6785 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2746146 T6785 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 2746149 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2746150 T6785 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2746150 T6785 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4266 name=collection1 
org.apache.solr.core.SolrCore@352ccf url=https://127.0.0.1:59440/collection1 
node=127.0.0.1:59440_ C4266_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=https://127.0.0.1:59440, 
node_name=127.0.0.1:59440_, state=down}
   [junit4]   2> 2746150 T6785 C4266 P59440 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:59440/collection1/
   [junit4]   2> 2746150 T6785 C4266 P59440 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2746153 T6785 C4266 P59440 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:59440/collection1/ has no replicas
   [junit4]   2> 2746154 T6785 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:59440/collection1/ shard2
   [junit4]   2> 2746154 T6785 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 2746175 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2746320 T6766 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2746321 T6780 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2746321 T6759 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2746383 T6785 oasc.ZkController.register We are 
https://127.0.0.1:59440/collection1/ and leader is 
https://127.0.0.1:59440/collection1/
   [junit4]   2> 2746383 T6785 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:59440
   [junit4]   2> 2746383 T6785 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2746385 T6785 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2746385 T6785 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2746389 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2746396 T6755 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 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:59440";,
   [junit4]   2>          "node_name":"127.0.0.1:59440_",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2746542 T6766 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2746543 T6780 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2746544 T6759 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2749448 T6730 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 2749450 T6730 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2749468 T6730 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2749471 T6730 oejs.AbstractConnector.doStart Started 
[email protected]:59449
   [junit4]   2> 2749475 T6730 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2749475 T6730 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2749475 T6730 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004
   [junit4]   2> 2749475 T6730 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\'
   [junit4]   2> 2749520 T6730 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\solr.xml
   [junit4]   2> 2749534 T6730 oasc.CoreContainer.<init> New CoreContainer 
5654793
   [junit4]   2> 2749534 T6730 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\]
   [junit4]   2> 2749537 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2749537 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2749537 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2749537 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2749537 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2749537 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2749537 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2749537 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2749537 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2749542 T6730 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2749545 T6730 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2749545 T6730 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2749545 T6730 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2749545 T6730 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:59418/solr
   [junit4]   2> 2749545 T6730 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2749551 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2749555 T6796 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@14d7246 name:ZooKeeperConnection 
Watcher:127.0.0.1:59418 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2749555 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2749562 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2749566 T6798 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@13ba06a name:ZooKeeperConnection 
Watcher:127.0.0.1:59418/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2749566 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2749580 T6730 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2750937 T6730 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59449_
   [junit4]   2> 2750939 T6730 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:59449_
   [junit4]   2> 2750950 T6730 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2750960 T6800 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2750960 T6800 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2750962 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2750962 T6800 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2750966 T6755 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:59449";,
   [junit4]   2>          "node_name":"127.0.0.1:59449_",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2750966 T6755 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=4
   [junit4]   2> 2750966 T6755 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard3
   [junit4]   2> 2750971 T6799 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2750971 T6766 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2750971 T6780 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2750972 T6759 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2752312 T6800 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2752312 T6800 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2752313 T6800 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2752313 T6800 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2752316 T6800 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2752316 T6800 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\collection1\'
   [junit4]   2> 2752320 T6800 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2752324 T6800 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2752328 T6800 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 2752400 T6800 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 2752409 T6800 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2752413 T6800 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 2752417 T6800 oass.IndexSchema.readSchema [collection1] Schema 
name=add-schema-fields-update-processor
   [junit4]   2> 2752430 T6800 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2752430 T6800 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2752433 T6800 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 2752436 T6800 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\collection1\data\
   [junit4]   2> 2752436 T6800 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 2752437 T6800 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\collection1\data
   [junit4]   2> 2752438 T6800 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.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\collection1\data\index/
   [junit4]   2> 2752438 T6800 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 2752441 T6800 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\collection1\data\index
   [junit4]   2> 2752441 T6800 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=70.103515625, 
floorSegmentMB=1.3857421875, forceMergeDeletesPctAllowed=11.686636310935787, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6222135281371456
   [junit4]   2> 2752450 T6800 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d412c7; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2752450 T6800 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2752453 T6800 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2752454 T6800 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2752454 T6800 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2752455 T6800 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2752455 T6800 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2752455 T6800 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2752455 T6800 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2752455 T6800 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 2752457 T6800 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2752457 T6800 oasc.RequestHandlers.initHandlersFromConfig WARN 
Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2752457 T6800 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 2752457 T6800 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2752458 T6800 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 2752467 T6800 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2752470 T6800 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2752471 T6800 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2752473 T6800 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2752475 T6800 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2752478 T6800 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2752478 T6800 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2752479 T6800 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1634100011, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2752480 T6800 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-004\collection1\data\index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d412c7; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2752480 T6800 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2752482 T6800 oass.SolrIndexSearcher.<init> Opening 
Searcher@16d7365[collection1] main
   [junit4]   2> 2752482 T6800 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2752484 T6800 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2752484 T6800 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2752486 T6800 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2752486 T6800 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2752486 T6800 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2752490 T6800 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2752490 T6800 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2752490 T6800 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 2752490 T6800 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2752490 T6800 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 2752495 T6800 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2752495 T6801 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@16d7365[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 2752496 T6804 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:59449 collection:collection1 
shard:shard3
   [junit4]   2> 2752498 T6730 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2752498 T6730 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2752499 T6804 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard3/election
   [junit4]   2> 2752512 T6804 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard3
   [junit4]   2> 2752516 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2752517 T6804 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2752517 T6804 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4267 name=collection1 
org.apache.solr.core.SolrCore@1dc66ec url=https://127.0.0.1:59449/collection1 
node=127.0.0.1:59449_ C4267_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=https://127.0.0.1:59449, 
node_name=127.0.0.1:59449_, state=down}
   [junit4]   2> 2752517 T6804 C4267 P59449 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:59449/collection1/
   [junit4]   2> 2752517 T6804 C4267 P59449 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2752517 T6804 C4267 P59449 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:59449/collection1/ has no replicas
   [junit4]   2> 2752517 T6804 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:59449/collection1/ shard3
   [junit4]   2> 2752519 T6804 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard3
   [junit4]   2> 2752536 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2752681 T6799 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2752682 T6766 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2752683 T6780 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2752683 T6759 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2752747 T6804 oasc.ZkController.register We are 
https://127.0.0.1:59449/collection1/ and leader is 
https://127.0.0.1:59449/collection1/
   [junit4]   2> 2752747 T6804 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:59449
   [junit4]   2> 2752747 T6804 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2752747 T6804 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2752747 T6804 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2752751 T6759 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 2752756 T6755 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:59449";,
   [junit4]   2>          "node_name":"127.0.0.1:59449_",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2752898 T6799 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2752898 T6780 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2752898 T6766 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2752898 T6759 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 2755825 T6730 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 2755826 T6730 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2755841 T6730 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2755845 T6730 oejs.AbstractConnector.doStart Started 
[email protected]:59458
   [junit4]   2> 2755850 T6730 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2755851 T6730 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2755851 T6730 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-005
   [junit4]   2> 2755853 T6730 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-005\'
   [junit4]   2> 2755905 T6730 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-005\solr.xml
   [junit4]   2> 2755921 T6730 oasc.CoreContainer.<init> New CoreContainer 
4558126
   [junit4]   2> 2755923 T6730 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001\tempDir-005\]
   [junit4]   2> 2755923 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2755925 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2755925 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2755925 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2755926 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2755926 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2755926 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2755928 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2755928 T6730 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2755932 T6730 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2755937 T6730 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2755937 T6730 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2755938 T6730 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2755938 T6730 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:59418/solr
   [junit4]   2> 2755940 T6730 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2755942 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2755945 T6815 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ddbf99 name:ZooKeeperConnection 
Watcher:127.0.0.1:59418 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2755948 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2755952 T6732 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x147e9967a3f000a, 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> 2755957 T6730 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2755961 T6817 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4bfba6 name:ZooKeeperConnection 
Watcher:127.0.0.1:59418/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2755962 T6730 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2755977 T6730 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2757332 T6730 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59458_
   [junit4]   2> 2757334 T6730 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:59458_
   [junit4]   2> 2757346 T6730 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2757361 T6819 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2757361 T6819 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2757362 T

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

curity.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    >        at 
sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
   [junit4]    >        at 
sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
   [junit4]    >        at 
sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    >        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]    >        ... 46 moreThrowable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=6948, name=updateExecutor-917-thread-1, 
state=RUNNABLE, group=TGRP-TestCloudSchemaless]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: 
Task 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@13a8894 
rejected from java.util.concurrent.ThreadPoolExecutor@381997[Shutting down, 
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 20]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EFC9871E35F8562E]:0)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:263)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3060958 T6730 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.schema.TestCloudSchemaless-EFC9871E35F8562E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene410), 
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ar_EG, 
timezone=Africa/Libreville
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_11 
(32-bit)/cpus=2,threads=1,free=300333720,total=521695232
   [junit4]   2> NOTE: All tests run in this JVM: [ClusterStateTest, 
StressHdfsTest, TestBinaryResponseWriter, DistributedIntervalFacetingTest, 
AlternateDirectoryTest, AddBlockUpdateTest, SharedFSAutoReplicaFailoverTest, 
SpatialFilterTest, TestLuceneMatchVersion, ExternalFileFieldSortTest, 
EnumFieldTest, CachingDirectoryFactoryTest, UUIDUpdateProcessorFallbackTest, 
AtomicUpdatesTest, AnalyticsQueryTest, CoreAdminHandlerTest, 
PreAnalyzedUpdateProcessorTest, ZkControllerTest, 
CurrencyFieldOpenExchangeTest, ConvertedLegacyTest, SoftAutoCommitTest, 
MinimalSchemaTest, TestLeaderElectionZkExpiry, FieldFacetTest, ZkNodePropsTest, 
TestFastWriter, SpellCheckComponentTest, TestRangeQuery, 
TermVectorComponentTest, PrimitiveFieldTypeTest, WordBreakSolrSpellCheckerTest, 
TestComponentsName, LegacyHTMLStripCharFilterTest, 
TestOverriddenPrefixQueryForCustomFieldType, DistanceFunctionTest, 
RecoveryZkTest, SpellCheckCollatorTest, TestDefaultSimilarityFactory, 
TestGroupingSearch, TestRandomFaceting, TestLazyCores, 
TriLevelCompositeIdRoutingTest, TestFunctionQuery, TestRealTimeGet, 
CustomCollectionTest, BadIndexSchemaTest, TestStandardQParsers, CopyFieldTest, 
SuggesterTest, ResourceLoaderTest, TestSolr4Spatial, 
TestSolrQueryParserResource, SuggestComponentTest, 
CoreContainerCoreInitFailuresTest, TestIndexSearcher, CurrencyFieldXmlFileTest, 
TestReplicationHandler, TestDistributedSearch, SynonymTokenizerTest, 
TestSchemaResource, TestShardHandlerFactory, ParsingFieldUpdateProcessorsTest, 
QueryResultKeyTest, TestDistribDocBasedVersion, MoreLikeThisHandlerTest, 
TestTrie, HdfsDirectoryTest, TestOrdValues, 
DistributedQueryElevationComponentTest, TestSurroundQueryParser, PrimUtilsTest, 
DistributedFacetPivotLargeTest, TestDefaultSearchFieldResource, 
HdfsBasicDistributedZk2Test, LeaderElectionTest, RequestHandlersTest, 
TestHighFrequencyDictionaryFactory, TestLMDirichletSimilarityFactory, 
OutputWriterTest, TestFileDictionaryLookup, RAMDirectoryFactoryTest, 
TestFieldResource, SharedFSAutoReplicaFailoverUtilsTest, QueryFacetTest, 
SystemInfoHandlerTest, TestUpdate, SSLMigrationTest, UnloadDistributedZkTest, 
TestExceedMaxTermLength, UUIDFieldTest, TestFastLRUCache, 
TestCollapseQParserPlugin, TestBM25SimilarityFactory, 
DistributedFacetPivotSmallTest, HdfsSyncSliceTest, SortByFunctionTest, 
DocValuesTest, ChaosMonkeySafeLeaderTest, TestConfigSets, LoggingHandlerTest, 
AnalysisAfterCoreReloadTest, DefaultValueUpdateProcessorTest, TestCustomSort, 
TestInitQParser, TestSolrQueryParserDefaultOperatorResource, 
LukeRequestHandlerTest, CursorMarkTest, RangeFacetTest, 
TestElisionMultitermQuery, ResponseHeaderTest, TestCoreContainer, 
TestReloadAndDeleteDocs, TestCollationField, AsyncMigrateRouteKeyTest, 
ExpressionTest, StandardRequestHandlerTest, BasicZkTest, MigrateRouteKeyTest, 
TestDocumentBuilder, QueryElevationComponentTest, DateFieldTest, 
ShardSplitTest, TestSerializedLuceneMatchVersion, TestMissingGroups, 
TestPivotHelperCode, TestSolr4Spatial2, DOMUtilTest, TestAddFieldRealTimeGet, 
CSVRequestHandlerTest, TestJmxMonitoredMap, NotRequiredUniqueKeyTest, 
IndexBasedSpellCheckerTest, TestPHPSerializedResponseWriter, 
ChaosMonkeyNothingIsSafeTest, HdfsBasicDistributedZkTest, TestSort, 
DeleteReplicaTest, TermsComponentTest, BasicFunctionalityTest, 
TestHashPartitioner, TestQuerySenderListener, TestFiltering, 
SimplePostToolTest, SolrCoreTest, UpdateRequestProcessorFactoryTest, 
TestManagedSchemaFieldResource, ConnectionManagerTest, 
TestAnalyzeInfixSuggestions, SuggesterWFSTTest, DirectSolrSpellCheckerTest, 
AliasIntegrationTest, TestFieldTypeResource, CoreAdminCreateDiscoverTest, 
TestNoOpRegenerator, TestDocSet, TestSchemaSimilarityResource, 
DistributedFacetPivotLongTailTest, ZkSolrClientTest, 
TestManagedStopFilterFactory, TestSolrJ, TestFuzzyAnalyzedSuggestions, 
DocValuesMultiTest, DeleteLastCustomShardedReplicaTest, DebugComponentTest, 
TestWordDelimiterFilterFactory, XsltUpdateRequestHandlerTest, 
DirectUpdateHandlerTest, StatsComponentTest, FieldMutatingUpdateProcessorTest, 
TestAnalyzedSuggestions, TestPseudoReturnFields, TestCloudSchemaless]
   [junit4] Completed in 328.38s, 1 test, 1 error <<< FAILURES!

[...truncated 795 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:474: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:454: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:496:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1350:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:965:
 There were test failures: 430 suites, 1782 tests, 1 error, 45 ignored (24 
assumptions)

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


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

Reply via email to