Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10842/
Java: 32bit/jdk1.8.0_20-ea-b23 -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:36171/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:36171/collection1
        at 
__randomizedtesting.SeedInfo.seed([41B3E4BD7F2F447D:C0556AA508702441]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:561)
        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:867)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
        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:449)
        ... 48 more




Build Log:
[...truncated 11829 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/init-core-data-001
   [junit4]   2> 1572711 T12277 oas.SolrTestCaseJ4.buildSSLConfig Randomized 
ssl (true) and clientAuth (false)
   [junit4]   2> 1572712 T12277 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 1572716 T12277 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 1572716 T12277 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1572717 T12278 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1572817 T12277 oasc.ZkTestServer.run start zk server on 
port:46648
   [junit4]   2> 1572819 T12277 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 1572820 T12284 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@fecacc name:ZooKeeperConnection 
Watcher:127.0.0.1:46648 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1572821 T12277 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1572821 T12277 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1572824 T12277 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 1572825 T12286 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@91accb name:ZooKeeperConnection 
Watcher:127.0.0.1:46648/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1572826 T12277 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1572826 T12277 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1572828 T12277 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1572829 T12277 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1572831 T12277 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1572832 T12277 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1572833 T12277 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1572834 T12277 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1572835 T12277 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1572836 T12277 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1572836 T12277 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1572838 T12277 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1572838 T12277 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1572840 T12277 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1572840 T12277 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1572841 T12277 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1572842 T12277 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1572843 T12277 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1572843 T12277 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1572845 T12277 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1572845 T12277 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1572846 T12277 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1572847 T12277 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1572848 T12277 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1572848 T12277 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1572850 T12277 oasc.AbstractZkTestCase.putConfig put 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1572850 T12277 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1572852 T12277 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 1572853 T12288 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@b06d53 name:ZooKeeperConnection 
Watcher:127.0.0.1:46648/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1572854 T12277 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1573168 T12277 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1573171 T12277 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1573192 T12277 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:42775
   [junit4]   2> 1573194 T12277 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1573195 T12277 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1573195 T12277 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002
   [junit4]   2> 1573195 T12277 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/'
   [junit4]   2> 1573219 T12277 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/solr.xml
   [junit4]   2> 1573245 T12277 oasc.CoreContainer.<init> New CoreContainer 
6963023
   [junit4]   2> 1573246 T12277 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/]
   [junit4]   2> 1573247 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1573247 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1573248 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1573248 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1573248 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1573249 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1573249 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1573250 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1573250 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1573252 T12277 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1573253 T12277 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1573253 T12277 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1573254 T12277 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1573254 T12277 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:46648/solr
   [junit4]   2> 1573255 T12277 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1573256 T12277 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 1573258 T12299 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@96fc15 name:ZooKeeperConnection 
Watcher:127.0.0.1:46648 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1573258 T12277 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1573262 T12277 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 1573264 T12301 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5b2de9 name:ZooKeeperConnection 
Watcher:127.0.0.1:46648/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1573265 T12277 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1573267 T12277 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1573269 T12277 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1573279 T12277 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1573282 T12277 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1573284 T12277 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1573287 T12277 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 1573289 T12277 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42775_
   [junit4]   2> 1573290 T12277 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:42775_
   [junit4]   2> 1573292 T12277 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1573293 T12277 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1573297 T12277 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:42775_
   [junit4]   2> 1573298 T12277 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1573299 T12277 oasc.Overseer.start Overseer 
(id=92229990096044036-127.0.0.1:42775_-n_0000000000) starting
   [junit4]   2> 1573300 T12277 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1573305 T12303 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1573305 T12277 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1573308 T12277 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1573309 T12277 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1573310 T12302 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1573312 T12304 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 1573312 T12304 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 1573313 T12304 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1573313 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1573314 T12302 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1573314 T12302 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:42775";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:42775_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 1573314 T12302 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 1573315 T12302 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 1573321 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1573321 T12306 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> 1574313 T12304 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 1574314 T12304 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 1574315 T12304 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1574315 T12304 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1574316 T12304 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1574317 T12304 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/'
   [junit4]   2> 1574318 T12304 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1574318 T12304 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1574319 T12304 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 1574346 T12304 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_4_10
   [junit4]   2> 1574366 T12304 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1574386 T12304 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> 1574390 T12304 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 1574393 T12304 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 1574400 T12304 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1574404 T12304 
oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted 
managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 1574405 T12304 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml.bak
   [junit4]   2> 1574408 T12304 
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> 1574408 T12304 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 1574408 T12304 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 1574408 T12304 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/data/
   [junit4]   2> 1574408 T12304 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 1574409 T12304 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/data
   [junit4]   2> 1574409 T12304 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/data/index/
   [junit4]   2> 1574410 T12304 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1574410 T12304 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/data/index
   [junit4]   2> 1574410 T12304 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6794230151413527]
   [junit4]   2> 1574413 T12304 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@aad240; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1574413 T12304 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1574414 T12304 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 1574511 T12304 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1574511 T12304 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1574512 T12304 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1574512 T12304 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1574512 T12304 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1574512 T12304 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1574513 T12304 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 1574513 T12304 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1574513 T12304 oasc.RequestHandlers.initHandlersFromConfig 
WARN Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1574514 T12304 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 1574514 T12304 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1574514 T12304 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 1574517 T12304 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1574518 T12304 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1574519 T12304 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1574520 T12304 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1574521 T12304 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1574526 T12304 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1574526 T12304 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1574527 T12304 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3916082148697212]
   [junit4]   2> 1574528 T12304 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-002/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@aad240; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1574528 T12304 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1574528 T12304 oass.SolrIndexSearcher.<init> Opening 
Searcher@eeab8b[collection1] main
   [junit4]   2> 1574529 T12304 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1574530 T12304 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1574530 T12304 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 1574533 T12304 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1574534 T12304 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1574534 T12304 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1574536 T12304 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1574537 T12304 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1574540 T12304 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 1574550 T12304 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1574550 T12304 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1574551 T12304 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1574553 T12304 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 1574560 T12307 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@eeab8b[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1574560 T12304 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1574561 T12310 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:42775 collection:control_collection 
shard:shard1
   [junit4]   2> 1574562 T12277 oass.SolrDispatchFilter.init 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1574563 T12277 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1574562 T12310 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1574565 T12277 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 1574566 T12312 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1163200 name:ZooKeeperConnection 
Watcher:127.0.0.1:46648/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1574566 T12277 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1574572 T12277 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1574577 T12310 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 1574578 T12277 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 1574578 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1574579 T12310 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1574579 T12310 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C2870 name=collection1 
org.apache.solr.core.SolrCore@1b44a60 url=https://127.0.0.1:42775/collection1 
node=127.0.0.1:42775_ C2870_STATE=coll:control_collection core:collection1 
props:{state=down, base_url=https://127.0.0.1:42775, core=collection1, 
node_name=127.0.0.1:42775_}
   [junit4]   2> 1574579 T12310 C2870 P42775 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:42775/collection1/
   [junit4]   2> 1574579 T12302 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1574580 T12310 C2870 P42775 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 1574580 T12310 C2870 P42775 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:42775/collection1/ has no replicas
   [junit4]   2> 1574580 T12310 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:42775/collection1/ shard1
   [junit4]   2> 1574580 T12310 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1574583 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1574584 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1574587 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1574689 T12306 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> 1574696 T12313 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> 1574735 T12310 oasc.ZkController.register We are 
https://127.0.0.1:42775/collection1/ and leader is 
https://127.0.0.1:42775/collection1/
   [junit4]   2> 1574736 T12310 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:42775
   [junit4]   2> 1574736 T12310 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 1574736 T12310 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 1574736 T12310 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 1574737 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1574737 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1574738 T12310 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1574738 T12302 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1574739 T12302 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:42775";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:42775_",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 1574741 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1574741 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1574841 T12314 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> 1574841 T12313 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> 1574982 T12277 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 1574983 T12277 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1574986 T12277 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1574993 T12277 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:36171
   [junit4]   2> 1574997 T12277 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1574998 T12277 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1574998 T12277 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003
   [junit4]   2> 1574999 T12277 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/'
   [junit4]   2> 1575019 T12277 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/solr.xml
   [junit4]   2> 1575028 T12277 oasc.CoreContainer.<init> New CoreContainer 
18245045
   [junit4]   2> 1575029 T12277 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/]
   [junit4]   2> 1575030 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1575030 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1575030 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1575031 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1575031 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1575032 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1575032 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1575033 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1575033 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1575035 T12277 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1575036 T12277 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1575037 T12277 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1575037 T12277 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1575038 T12277 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:46648/solr
   [junit4]   2> 1575038 T12277 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1575040 T12277 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 1575040 T12325 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@11f1dd7 name:ZooKeeperConnection 
Watcher:127.0.0.1:46648 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1575041 T12277 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1575043 T12277 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 1575046 T12327 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@55c2c6 name:ZooKeeperConnection 
Watcher:127.0.0.1:46648/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1575047 T12277 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1575051 T12277 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1576056 T12277 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36171_
   [junit4]   2> 1576057 T12277 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:36171_
   [junit4]   2> 1576059 T12314 oascc.ZkStateReader$3.process Updating live 
nodes... (2)
   [junit4]   2> 1576059 T12313 oascc.ZkStateReader$3.process Updating live 
nodes... (2)
   [junit4]   2> 1576060 T12328 oascc.ZkStateReader$3.process Updating live 
nodes... (2)
   [junit4]   2> 1576064 T12329 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1576064 T12329 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 1576065 T12329 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1576069 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1576069 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1576069 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1576071 T12302 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1576071 T12302 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:36171";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:36171_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 1576071 T12302 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 1576072 T12302 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 1576073 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1576175 T12306 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> 1576176 T12328 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> 1576175 T12313 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> 1577065 T12329 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 1577066 T12329 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1577066 T12329 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1577067 T12329 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1577068 T12329 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1577068 T12329 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/'
   [junit4]   2> 1577069 T12329 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1577070 T12329 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1577070 T12329 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 1577111 T12329 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_4_10
   [junit4]   2> 1577120 T12329 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1577121 T12329 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 1577124 T12329 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 1577130 T12329 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1577131 T12329 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1577131 T12329 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 1577131 T12329 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/data/
   [junit4]   2> 1577132 T12329 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 1577132 T12329 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/data
   [junit4]   2> 1577132 T12329 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/data/index/
   [junit4]   2> 1577133 T12329 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1577133 T12329 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/data/index
   [junit4]   2> 1577133 T12329 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6794230151413527]
   [junit4]   2> 1577136 T12329 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15b4a24; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1577137 T12329 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1577137 T12329 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 1577139 T12329 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1577139 T12329 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1577139 T12329 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1577140 T12329 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1577140 T12329 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1577140 T12329 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1577141 T12329 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 1577141 T12329 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1577141 T12329 oasc.RequestHandlers.initHandlersFromConfig 
WARN Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1577142 T12329 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 1577142 T12329 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1577142 T12329 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 1577146 T12329 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1577147 T12329 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1577148 T12329 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1577149 T12329 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1577150 T12329 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1577151 T12329 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1577151 T12329 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1577152 T12329 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3916082148697212]
   [junit4]   2> 1577152 T12329 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-003/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15b4a24; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1577153 T12329 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1577153 T12329 oass.SolrIndexSearcher.<init> Opening 
Searcher@11ca1d9[collection1] main
   [junit4]   2> 1577153 T12329 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1577154 T12329 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1577155 T12329 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 1577156 T12329 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1577156 T12329 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1577157 T12329 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1577158 T12329 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1577158 T12329 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1577159 T12329 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 1577159 T12329 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1577159 T12329 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 1577163 T12330 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@11ca1d9[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1577163 T12329 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1577164 T12333 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:36171 collection:collection1 
shard:shard2
   [junit4]   2> 1577165 T12277 oass.SolrDispatchFilter.init 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1577165 T12277 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1577165 T12333 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1577170 T12333 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 1577171 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1577171 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1577171 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1577172 T12333 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1577172 T12333 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C2871 name=collection1 
org.apache.solr.core.SolrCore@140643d url=https://127.0.0.1:36171/collection1 
node=127.0.0.1:36171_ C2871_STATE=coll:collection1 core:collection1 
props:{state=down, base_url=https://127.0.0.1:36171, core=collection1, 
node_name=127.0.0.1:36171_}
   [junit4]   2> 1577173 T12333 C2871 P36171 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:36171/collection1/
   [junit4]   2> 1577173 T12333 C2871 P36171 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 1577173 T12302 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1577173 T12333 C2871 P36171 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:36171/collection1/ has no replicas
   [junit4]   2> 1577174 T12333 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:36171/collection1/ shard2
   [junit4]   2> 1577174 T12333 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 1577175 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1577177 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1577179 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1577282 T12313 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> 1577282 T12328 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> 1577282 T12314 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> 1577328 T12333 oasc.ZkController.register We are 
https://127.0.0.1:36171/collection1/ and leader is 
https://127.0.0.1:36171/collection1/
   [junit4]   2> 1577329 T12333 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:36171
   [junit4]   2> 1577329 T12333 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 1577329 T12333 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1577329 T12333 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 1577330 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1577330 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1577330 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1577330 T12333 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1577331 T12302 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1577332 T12302 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:36171";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:36171_",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 1577334 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1577435 T12313 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> 1577435 T12328 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> 1577435 T12314 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> 1577472 T12277 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 1577473 T12277 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1577476 T12277 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1577477 T12277 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:49628
   [junit4]   2> 1577479 T12277 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1577479 T12277 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1577479 T12277 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004
   [junit4]   2> 1577479 T12277 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/'
   [junit4]   2> 1577491 T12277 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/solr.xml
   [junit4]   2> 1577500 T12277 oasc.CoreContainer.<init> New CoreContainer 
12100896
   [junit4]   2> 1577501 T12277 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/]
   [junit4]   2> 1577501 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1577502 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1577502 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1577502 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1577502 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1577503 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1577503 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1577503 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1577504 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1577505 T12277 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1577506 T12277 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1577506 T12277 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1577507 T12277 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1577507 T12277 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:46648/solr
   [junit4]   2> 1577507 T12277 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1577508 T12277 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 1577509 T12344 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@14d1d58 name:ZooKeeperConnection 
Watcher:127.0.0.1:46648 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1577510 T12277 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1577513 T12277 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 1577513 T12346 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d8ab5f name:ZooKeeperConnection 
Watcher:127.0.0.1:46648/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1577513 T12277 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1577518 T12277 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1578521 T12277 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49628_
   [junit4]   2> 1578523 T12277 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:49628_
   [junit4]   2> 1578527 T12314 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 1578527 T12328 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 1578528 T12347 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 1578527 T12313 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 1578534 T12348 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1578535 T12348 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 1578536 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1578536 T12348 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1578536 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1578536 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1578538 T12302 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1578539 T12302 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:49628";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:49628_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 1578540 T12302 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=4
   [junit4]   2> 1578540 T12302 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard3
   [junit4]   2> 1578543 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1578645 T12306 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> 1578645 T12328 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> 1578645 T12347 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> 1578645 T12313 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> 1579537 T12348 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 1579537 T12348 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1579538 T12348 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1579538 T12348 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1579539 T12348 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1579539 T12348 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/'
   [junit4]   2> 1579540 T12348 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1579540 T12348 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1579541 T12348 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 1579569 T12348 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_4_10
   [junit4]   2> 1579577 T12348 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1579578 T12348 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 1579580 T12348 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 1579585 T12348 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1579586 T12348 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1579586 T12348 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 1579586 T12348 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/data/
   [junit4]   2> 1579586 T12348 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 1579587 T12348 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/data
   [junit4]   2> 1579587 T12348 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/data/index/
   [junit4]   2> 1579587 T12348 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1579588 T12348 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/data/index
   [junit4]   2> 1579588 T12348 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6794230151413527]
   [junit4]   2> 1579594 T12348 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58b348; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1579594 T12348 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1579595 T12348 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 1579595 T12348 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1579596 T12348 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1579596 T12348 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1579596 T12348 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1579596 T12348 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1579596 T12348 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1579596 T12348 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 1579597 T12348 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1579597 T12348 oasc.RequestHandlers.initHandlersFromConfig 
WARN Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1579597 T12348 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 1579597 T12348 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1579597 T12348 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 1579599 T12348 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1579599 T12348 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1579600 T12348 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1579601 T12348 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1579601 T12348 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1579602 T12348 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1579603 T12348 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1579603 T12348 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3916082148697212]
   [junit4]   2> 1579604 T12348 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-004/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58b348; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1579604 T12348 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1579604 T12348 oass.SolrIndexSearcher.<init> Opening 
Searcher@165c1f[collection1] main
   [junit4]   2> 1579604 T12348 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1579605 T12348 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1579605 T12348 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 1579606 T12348 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1579606 T12348 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1579606 T12348 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1579606 T12348 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1579607 T12348 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1579607 T12348 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 1579607 T12348 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1579607 T12348 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 1579608 T12349 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@165c1f[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1579608 T12348 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1579609 T12352 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:49628 collection:collection1 
shard:shard3
   [junit4]   2> 1579609 T12277 oass.SolrDispatchFilter.init 
user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1579609 T12277 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1579609 T12352 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard3/election
   [junit4]   2> 1579613 T12352 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard3
   [junit4]   2> 1579614 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1579614 T12352 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1579614 T12352 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> 1579614 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1579614 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C2872 name=collection1 
org.apache.solr.core.SolrCore@50a8bf url=https://127.0.0.1:49628/collection1 
node=127.0.0.1:49628_ C2872_STATE=coll:collection1 core:collection1 
props:{state=down, base_url=https://127.0.0.1:49628, core=collection1, 
node_name=127.0.0.1:49628_}
   [junit4]   2> 1579614 T12352 C2872 P49628 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:49628/collection1/
   [junit4]   2> 1579615 T12352 C2872 P49628 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 1579615 T12352 C2872 P49628 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:49628/collection1/ has no replicas
   [junit4]   2> 1579615 T12302 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1579615 T12352 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:49628/collection1/ shard3
   [junit4]   2> 1579616 T12352 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard3
   [junit4]   2> 1579617 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1579618 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1579619 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1579721 T12305 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> 1579721 T12347 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> 1579721 T12328 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> 1579721 T12313 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> 1579769 T12352 oasc.ZkController.register We are 
https://127.0.0.1:49628/collection1/ and leader is 
https://127.0.0.1:49628/collection1/
   [junit4]   2> 1579769 T12352 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:49628
   [junit4]   2> 1579769 T12352 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 1579769 T12352 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1579769 T12352 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 1579771 T12305 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1579771 T12306 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1579771 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1579771 T12352 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1579772 T12302 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1579772 T12302 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:49628";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:49628_",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node2"}
   [junit4]   2> 1579774 T12314 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1579875 T12313 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> 1579875 T12347 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> 1579875 T12328 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> 1579875 T12314 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> 1579998 T12277 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 1579999 T12277 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1580001 T12277 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1580002 T12277 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:36556
   [junit4]   2> 1580004 T12277 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1580004 T12277 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1580005 T12277 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-005
   [junit4]   2> 1580005 T12277 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-005/'
   [junit4]   2> 1580019 T12277 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-005/solr.xml
   [junit4]   2> 1580028 T12277 oasc.CoreContainer.<init> New CoreContainer 
4930767
   [junit4]   2> 1580028 T12277 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001/tempDir-005/]
   [junit4]   2> 1580029 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1580029 T12277 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1580029 T12277 oashc.HttpShardHand

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

ecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:299)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:316)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:288)
   [junit4]   2> 
   [junit4]   2> 1839941 T12532 oascc.ZkStateReader$2.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1839941 T12531 oascc.ZkStateReader$3.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1839967 T12277 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1844955 T12277 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 1844957 T12277 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:46648 46648
   [junit4]   2> 1845499 T12278 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:46648 46648
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless 
-Dtests.method=testDistribSearch -Dtests.seed=41B3E4BD7F2F447D 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=in_ID 
-Dtests.timezone=Africa/Brazzaville -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    273s J1 | TestCloudSchemaless.testDistribSearch <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:36171/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([41B3E4BD7F2F447D:C0556AA508702441]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:561)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
   [junit4]    >        at 
org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:150)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:121)
   [junit4]    >        at 
sun.security.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:449)
   [junit4]    >        ... 48 more
   [junit4]   2> 1845513 T12277 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-41B3E4BD7F2F447D-001
   [junit4]   2> 272805 T12276 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene49: {}, docValues:{}, 
sim=DefaultSimilarity, locale=in_ID, timezone=Africa/Brazzaville
   [junit4]   2> NOTE: Linux 3.13.0-32-generic i386/Oracle Corporation 
1.8.0_20-ea (32-bit)/cpus=8,threads=1,free=131925152,total=290127872
   [junit4]   2> NOTE: All tests run in this JVM: [ChangedSchemaMergeTest, 
AnalysisAfterCoreReloadTest, TestGroupingSearch, LukeRequestHandlerTest, 
ZkSolrClientTest, BasicDistributedZk2Test, TestZkChroot, 
TestMultiCoreConfBootstrap, TestRTGBase, BinaryUpdateRequestHandlerTest, 
QueryElevationComponentTest, TestSolrXmlPersistor, 
TermVectorComponentDistributedTest, TestClassNameShortening, TestLRUCache, 
CSVRequestHandlerTest, OverseerStatusTest, TestCoreContainer, 
AtomicUpdatesTest, DistanceFunctionTest, MultiThreadedOCPTest, 
TestElisionMultitermQuery, TestSuggestSpellingConverter, TestWriterPerf, 
ConvertedLegacyTest, TestMergePolicyConfig, TestLazyCores, 
TestCollapseQParserPlugin, SuggesterFSTTest, BlockCacheTest, 
TestLMDirichletSimilarityFactory, TestDynamicFieldCollectionResource, 
TestUniqueKeyFieldResource, SolrPluginUtilsTest, TestRecovery, 
TestIndexSearcher, TestLeaderElectionZkExpiry, TestPostingsSolrHighlighter, 
AlternateDirectoryTest, SolrRequestParserTest, ConnectionManagerTest, 
ChaosMonkeySafeLeaderTest, DistribDocExpirationUpdateProcessorTest, 
TestSolrQueryParserDefaultOperatorResource, TestChildDocTransformer, 
HdfsBasicDistributedZk2Test, TestReloadAndDeleteDocs, TestCollectionAPI, 
TestPerFieldSimilarity, EnumFieldTest, TestCSVResponseWriter, 
SortByFunctionTest, NumericFieldsTest, SchemaVersionSpecificBehaviorTest, 
TestQueryUtils, SynonymTokenizerTest, TestCollationField, AliasIntegrationTest, 
TestDynamicFieldResource, TestFileDictionaryLookup, 
TestSchemaSimilarityResource, ZkNodePropsTest, TriLevelCompositeIdRoutingTest, 
SimplePostToolTest, TestHighlightDedupGrouping, FullSolrCloudDistribCmdsTest, 
ScriptEngineTest, SystemInfoHandlerTest, LegacyHTMLStripCharFilterTest, 
DistributedQueryComponentOptimizationTest, DeleteInactiveReplicaTest, 
TestDistributedGrouping, SpellingQueryConverterTest, DirectSolrConnectionTest, 
TestReversedWildcardFilterFactory, CopyFieldTest, TestXIncludeConfig, 
TestCSVLoader, DistribCursorPagingTest, TestExtendedDismaxParser, 
OpenCloseCoreStressTest, BadCopyFieldTest, TestStressLucene, 
TermVectorComponentTest, TestRandomFaceting, TestCharFilters, 
IndexSchemaRuntimeFieldTest, TestFastLRUCache, LeaderElectionIntegrationTest, 
UniqFieldsUpdateProcessorFactoryTest, TestExceedMaxTermLength, FileUtilsTest, 
TestIndexingPerformance, UUIDUpdateProcessorFallbackTest, SOLR749Test, 
TestSolrXmlPersistence, ResponseHeaderTest, OutputWriterTest, 
TestCloudSchemaless]
   [junit4] Completed on J1 in 273.08s, 1 test, 1 error <<< FAILURES!

[...truncated 645 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1299: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:923: 
There were test failures: 411 suites, 1707 tests, 1 error, 38 ignored (17 
assumptions)

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


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

Reply via email to