Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1720/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

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:54541/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:54541/collection1
        at 
__randomizedtesting.SeedInfo.seed([87D438B839E19CED:632B6A04EBEFCD1]: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 11325 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/init-core-data-001
   [junit4]   2> 1844841 T4001 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 1844841 T4001 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 1844848 T4001 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 1844851 T4001 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1844852 T4002 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1844963 T4001 oasc.ZkTestServer.run start zk server on 
port:54533
   [junit4]   2> 1844965 T4001 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1844972 T4008 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5c22e74e 
name:ZooKeeperConnection Watcher:127.0.0.1:54533 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1844972 T4001 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1844973 T4001 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1844983 T4001 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1844988 T4010 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@f024742 name:ZooKeeperConnection 
Watcher:127.0.0.1:54533/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1844988 T4001 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1844988 T4001 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1844994 T4001 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1845002 T4001 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1845006 T4001 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1845013 T4001 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1845014 T4001 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1845022 T4001 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1845023 T4001 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1845030 T4001 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1845030 T4001 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1845037 T4001 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1845038 T4001 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1845045 T4001 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1845046 T4001 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1845053 T4001 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1845053 T4001 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1845065 T4001 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1845065 T4001 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1845073 T4001 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1845073 T4001 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1845080 T4001 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1845080 T4001 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1845087 T4001 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1845087 T4001 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1845094 T4001 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1845094 T4001 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1845104 T4001 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1845108 T4012 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3672248e 
name:ZooKeeperConnection Watcher:127.0.0.1:54533/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1845108 T4001 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1847133 T4001 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1847141 T4001 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1847163 T4001 oejs.AbstractConnector.doStart Started 
[email protected]:54537
   [junit4]   2> 1847167 T4001 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1847168 T4001 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1847168 T4001 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002
   [junit4]   2> 1847169 T4001 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/'
   [junit4]   2> 1847210 T4001 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/solr.xml
   [junit4]   2> 1847235 T4001 oasc.CoreContainer.<init> New CoreContainer 
696310783
   [junit4]   2> 1847236 T4001 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/]
   [junit4]   2> 1847236 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1847237 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1847237 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1847237 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1847238 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1847238 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1847238 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1847239 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1847239 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1847242 T4001 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1847244 T4001 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1847245 T4001 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1847245 T4001 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1847245 T4001 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54533/solr
   [junit4]   2> 1847246 T4001 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1847247 T4001 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1847252 T4023 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@55a34375 
name:ZooKeeperConnection Watcher:127.0.0.1:54533 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1847253 T4001 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1847259 T4001 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1847262 T4025 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@493dfe5f 
name:ZooKeeperConnection Watcher:127.0.0.1:54533/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1847263 T4001 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1847266 T4001 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1847274 T4001 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1847281 T4001 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1847292 T4001 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1847298 T4001 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1847307 T4001 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1847311 T4001 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54537_
   [junit4]   2> 1847313 T4001 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54537_
   [junit4]   2> 1847320 T4001 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1847325 T4001 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1847334 T4001 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:54537_
   [junit4]   2> 1847334 T4001 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1847338 T4001 oasc.Overseer.start Overseer 
(id=92234821093949444-127.0.0.1:54537_-n_0000000000) starting
   [junit4]   2> 1847345 T4001 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1847372 T4027 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1847373 T4001 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1847378 T4001 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1847383 T4001 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1847391 T4026 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1847396 T4028 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 1847396 T4028 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1847398 T4028 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1847398 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1847401 T4026 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1847403 T4026 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:54537";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54537_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 1847403 T4026 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 1847403 T4026 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 1847409 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1847410 T4029 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> 1848400 T4028 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1848400 T4028 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 1848402 T4028 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1848402 T4028 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1848405 T4028 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1848405 T4028 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/'
   [junit4]   2> 1848407 T4028 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1848407 T4028 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1848408 T4028 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 1848445 T4028 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_4_10
   [junit4]   2> 1848454 T4028 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1848458 T4028 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> 1848461 T4028 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 1848463 T4028 oass.IndexSchema.readSchema [collection1] Schema 
name=add-schema-fields-update-processor
   [junit4]   2> 1848473 T4028 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1848477 T4028 
oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted 
managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 1848482 T4028 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml.bak
   [junit4]   2> 1848491 T4028 
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> 1848491 T4028 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 1848491 T4028 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 1848492 T4028 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/data/
   [junit4]   2> 1848492 T4028 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 1848493 T4028 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/data
   [junit4]   2> 1848493 T4028 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/data/index/
   [junit4]   2> 1848494 T4028 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1848496 T4028 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/data/index
   [junit4]   2> 1848496 T4028 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=18.2236328125, 
floorSegmentMB=1.9423828125, forceMergeDeletesPctAllowed=16.04997303648989, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1848502 T4028 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7fadf685; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1848502 T4028 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1848503 T4028 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 1848588 T4028 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1848588 T4028 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1848588 T4028 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1848589 T4028 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1848589 T4028 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1848589 T4028 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1848589 T4028 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 1848590 T4028 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1848590 T4028 oasc.RequestHandlers.initHandlersFromConfig WARN 
Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1848590 T4028 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 1848590 T4028 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1848590 T4028 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 1848597 T4028 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1848600 T4028 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1848602 T4028 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1848603 T4028 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1848608 T4028 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1848612 T4028 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1848613 T4028 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1848613 T4028 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=49.1474609375, 
floorSegmentMB=0.6240234375, forceMergeDeletesPctAllowed=25.147494946118336, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5050038958313507
   [junit4]   2> 1848615 T4028 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-002/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7fadf685; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1848615 T4028 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1848616 T4028 oass.SolrIndexSearcher.<init> Opening 
Searcher@522d829c[collection1] main
   [junit4]   2> 1848616 T4028 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1848619 T4028 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1848619 T4028 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1848621 T4028 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1848621 T4028 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1848621 T4028 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1848623 T4028 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1848623 T4028 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1848624 T4028 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 1848632 T4028 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1848632 T4028 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1848632 T4028 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1848637 T4028 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 1848646 T4028 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1848646 T4030 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@522d829c[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1848648 T4033 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:54537 collection:control_collection 
shard:shard1
   [junit4]   2> 1848650 T4001 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1848651 T4001 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1848652 T4033 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1848664 T4001 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1848669 T4035 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@24e7d2a1 
name:ZooKeeperConnection Watcher:127.0.0.1:54533/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1848671 T4001 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1848680 T4033 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1848684 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1848691 T4001 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1848700 T4001 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1848711 T4033 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1848712 T4033 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C963 name=collection1 
org.apache.solr.core.SolrCore@54ba9fc8 url=https://127.0.0.1:54537/collection1 
node=127.0.0.1:54537_ C963_STATE=coll:control_collection core:collection1 
props:{state=down, base_url=https://127.0.0.1:54537, core=collection1, 
node_name=127.0.0.1:54537_}
   [junit4]   2> 1848712 T4033 C963 P54537 oasc.SyncStrategy.sync Sync replicas 
to https://127.0.0.1:54537/collection1/
   [junit4]   2> 1848712 T4033 C963 P54537 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1848714 T4033 C963 P54537 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:54537/collection1/ has no replicas
   [junit4]   2> 1848714 T4033 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:54537/collection1/ shard1
   [junit4]   2> 1848714 T4033 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1848718 T4026 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1848738 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1848751 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1848769 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1848876 T4036 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> 1848877 T4029 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> 1848917 T4033 oasc.ZkController.register We are 
https://127.0.0.1:54537/collection1/ and leader is 
https://127.0.0.1:54537/collection1/
   [junit4]   2> 1848918 T4033 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:54537
   [junit4]   2> 1848918 T4033 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1848918 T4033 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 1848919 T4033 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1848924 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1848925 T4037 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1848925 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1848928 T4033 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1848932 T4026 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1848933 T4026 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:54537";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54537_",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 1848939 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1849047 T4029 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> 1849047 T4036 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> 1850567 T4001 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 1850569 T4001 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1850575 T4001 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1850577 T4001 oejs.AbstractConnector.doStart Started 
[email protected]:54541
   [junit4]   2> 1850581 T4001 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1850581 T4001 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1850581 T4001 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003
   [junit4]   2> 1850581 T4001 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/'
   [junit4]   2> 1850622 T4001 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/solr.xml
   [junit4]   2> 1850639 T4001 oasc.CoreContainer.<init> New CoreContainer 
713436563
   [junit4]   2> 1850639 T4001 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/]
   [junit4]   2> 1850640 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1850640 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1850641 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1850641 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1850641 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1850641 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1850642 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1850642 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1850642 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1850646 T4001 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1850647 T4001 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1850648 T4001 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1850648 T4001 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1850648 T4001 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54533/solr
   [junit4]   2> 1850649 T4001 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1850651 T4001 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1850654 T4048 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1ba4bb5f 
name:ZooKeeperConnection Watcher:127.0.0.1:54533 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1850655 T4001 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1850661 T4001 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1850664 T4050 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@67d6c5e0 
name:ZooKeeperConnection Watcher:127.0.0.1:54533/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1850665 T4001 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1850683 T4001 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1851696 T4001 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54541_
   [junit4]   2> 1851698 T4001 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54541_
   [junit4]   2> 1851706 T4029 oascc.ZkStateReader$3.process Updating live 
nodes... (2)
   [junit4]   2> 1851706 T4051 oascc.ZkStateReader$3.process Updating live 
nodes... (2)
   [junit4]   2> 1851707 T4036 oascc.ZkStateReader$3.process Updating live 
nodes... (2)
   [junit4]   2> 1851721 T4052 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1851721 T4052 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1851723 T4052 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1851724 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1851724 T4037 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1851724 T4053 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1851727 T4026 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1851729 T4026 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:54541";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54541_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 1851729 T4026 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 1851729 T4026 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 1851735 T4053 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1851737 T4051 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> 1851737 T4053 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> 1851738 T4036 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> 1852725 T4052 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1852726 T4052 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1852727 T4052 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1852728 T4052 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1852731 T4052 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1852731 T4052 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/'
   [junit4]   2> 1852732 T4052 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1852732 T4052 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1852733 T4052 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 1852796 T4052 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_4_10
   [junit4]   2> 1852810 T4052 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1852818 T4052 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 1852823 T4052 oass.IndexSchema.readSchema [collection1] Schema 
name=add-schema-fields-update-processor
   [junit4]   2> 1852837 T4052 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1852839 T4052 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1852840 T4052 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 1852840 T4052 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/data/
   [junit4]   2> 1852841 T4052 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 1852842 T4052 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/data
   [junit4]   2> 1852843 T4052 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/data/index/
   [junit4]   2> 1852844 T4052 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1852845 T4052 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/data/index
   [junit4]   2> 1852846 T4052 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=18.2236328125, 
floorSegmentMB=1.9423828125, forceMergeDeletesPctAllowed=16.04997303648989, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1852858 T4052 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6bd807e7; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1852858 T4052 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1852860 T4052 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 1852863 T4052 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1852864 T4052 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1852864 T4052 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1852865 T4052 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1852865 T4052 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1852866 T4052 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1852868 T4052 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 1852868 T4052 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1852869 T4052 oasc.RequestHandlers.initHandlersFromConfig WARN 
Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1852869 T4052 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 1852869 T4052 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1852869 T4052 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 1852883 T4052 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1852887 T4052 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1852892 T4052 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1852894 T4052 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1852899 T4052 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1852913 T4052 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1852913 T4052 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1852914 T4052 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=49.1474609375, 
floorSegmentMB=0.6240234375, forceMergeDeletesPctAllowed=25.147494946118336, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5050038958313507
   [junit4]   2> 1852918 T4052 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-003/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6bd807e7; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1852919 T4052 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1852919 T4052 oass.SolrIndexSearcher.<init> Opening 
Searcher@21e47402[collection1] main
   [junit4]   2> 1852919 T4052 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1852925 T4052 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1852925 T4052 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1852926 T4052 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1852926 T4052 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1852927 T4052 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1852929 T4052 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1852929 T4052 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1852930 T4052 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 1852931 T4052 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1852931 T4052 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 1852936 T4052 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1852937 T4054 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@21e47402[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1852939 T4057 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:54541 collection:collection1 
shard:shard2
   [junit4]   2> 1852940 T4001 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1852941 T4001 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1852956 T4057 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1853010 T4057 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 1853018 T4053 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1853023 T4057 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1853023 T4057 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C964 name=collection1 
org.apache.solr.core.SolrCore@2a4c39c8 url=https://127.0.0.1:54541/collection1 
node=127.0.0.1:54541_ C964_STATE=coll:collection1 core:collection1 
props:{state=down, base_url=https://127.0.0.1:54541, core=collection1, 
node_name=127.0.0.1:54541_}
   [junit4]   2> 1853024 T4057 C964 P54541 oasc.SyncStrategy.sync Sync replicas 
to https://127.0.0.1:54541/collection1/
   [junit4]   2> 1853024 T4057 C964 P54541 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1853025 T4057 C964 P54541 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:54541/collection1/ has no replicas
   [junit4]   2> 1853025 T4057 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:54541/collection1/ shard2
   [junit4]   2> 1853026 T4057 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 1853030 T4026 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1853050 T4053 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1853063 T4053 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1853078 T4053 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1853198 T4036 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> 1853200 T4053 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> 1853201 T4051 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> 1853231 T4057 oasc.ZkController.register We are 
https://127.0.0.1:54541/collection1/ and leader is 
https://127.0.0.1:54541/collection1/
   [junit4]   2> 1853232 T4057 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:54541
   [junit4]   2> 1853232 T4057 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1853233 T4057 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1853233 T4057 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1853248 T4037 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1853248 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1853251 T4057 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1853282 T4026 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1853292 T4026 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:54541";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54541_",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 1853298 T4053 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1853413 T4053 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> 1853413 T4036 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> 1853418 T4051 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> 1855150 T4001 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 1855151 T4001 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1855158 T4001 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1855160 T4001 oejs.AbstractConnector.doStart Started 
[email protected]:54544
   [junit4]   2> 1855162 T4001 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1855162 T4001 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1855162 T4001 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004
   [junit4]   2> 1855163 T4001 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/'
   [junit4]   2> 1855206 T4001 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/solr.xml
   [junit4]   2> 1855224 T4001 oasc.CoreContainer.<init> New CoreContainer 
1825120610
   [junit4]   2> 1855225 T4001 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/]
   [junit4]   2> 1855226 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1855226 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1855226 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1855227 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1855228 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1855228 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1855228 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1855228 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1855229 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1855231 T4001 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1855233 T4001 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1855233 T4001 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1855233 T4001 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1855233 T4001 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54533/solr
   [junit4]   2> 1855234 T4001 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1855238 T4001 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1855242 T4068 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@fd046a6 name:ZooKeeperConnection 
Watcher:127.0.0.1:54533 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1855244 T4001 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1855253 T4001 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1855257 T4070 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@b2d47ef name:ZooKeeperConnection 
Watcher:127.0.0.1:54533/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1855257 T4001 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1855281 T4001 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1856292 T4001 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54544_
   [junit4]   2> 1856294 T4001 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54544_
   [junit4]   2> 1856301 T4053 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 1856301 T4036 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 1856302 T4071 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 1856301 T4051 oascc.ZkStateReader$3.process Updating live 
nodes... (3)
   [junit4]   2> 1856315 T4072 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1856316 T4072 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1856318 T4053 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1856318 T4037 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1856318 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1856318 T4072 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1856323 T4026 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1856324 T4026 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:54544";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54544_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 1856325 T4026 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=4
   [junit4]   2> 1856325 T4026 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard3
   [junit4]   2> 1856331 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1856332 T4029 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> 1856333 T4071 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> 1856333 T4051 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> 1856333 T4036 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> 1857322 T4072 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1857322 T4072 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1857324 T4072 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1857324 T4072 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1857327 T4072 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1857327 T4072 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/'
   [junit4]   2> 1857329 T4072 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1857329 T4072 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1857329 T4072 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 1857431 T4072 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_4_10
   [junit4]   2> 1857442 T4072 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1857448 T4072 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 1857451 T4072 oass.IndexSchema.readSchema [collection1] Schema 
name=add-schema-fields-update-processor
   [junit4]   2> 1857479 T4072 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1857480 T4072 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1857480 T4072 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 1857481 T4072 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/data/
   [junit4]   2> 1857481 T4072 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 1857481 T4072 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/data
   [junit4]   2> 1857482 T4072 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/data/index/
   [junit4]   2> 1857483 T4072 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1857485 T4072 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/data/index
   [junit4]   2> 1857485 T4072 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=18.2236328125, 
floorSegmentMB=1.9423828125, forceMergeDeletesPctAllowed=16.04997303648989, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1857490 T4072 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b65952f; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1857491 T4072 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1857492 T4072 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 1857493 T4072 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1857493 T4072 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1857493 T4072 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1857493 T4072 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1857494 T4072 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1857494 T4072 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1857494 T4072 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 1857495 T4072 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1857495 T4072 oasc.RequestHandlers.initHandlersFromConfig WARN 
Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1857496 T4072 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 1857496 T4072 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1857496 T4072 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 1857506 T4072 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1857507 T4072 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1857510 T4072 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1857511 T4072 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1857514 T4072 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1857517 T4072 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1857517 T4072 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1857518 T4072 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=49.1474609375, 
floorSegmentMB=0.6240234375, forceMergeDeletesPctAllowed=25.147494946118336, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5050038958313507
   [junit4]   2> 1857521 T4072 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-004/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b65952f; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1857521 T4072 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1857522 T4072 oass.SolrIndexSearcher.<init> Opening 
Searcher@9f8d1d4[collection1] main
   [junit4]   2> 1857523 T4072 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1857526 T4072 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1857526 T4072 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1857528 T4072 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1857528 T4072 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1857528 T4072 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1857531 T4072 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1857531 T4072 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1857531 T4072 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 1857532 T4072 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1857532 T4072 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 1857536 T4072 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1857536 T4073 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@9f8d1d4[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1857538 T4076 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:54544 collection:collection1 
shard:shard3
   [junit4]   2> 1857539 T4001 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1857540 T4001 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1857541 T4076 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard3/election
   [junit4]   2> 1857552 T4076 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard3
   [junit4]   2> 1857558 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1857560 T4076 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1857560 T4076 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C965 name=collection1 
org.apache.solr.core.SolrCore@32ddef url=https://127.0.0.1:54544/collection1 
node=127.0.0.1:54544_ C965_STATE=coll:collection1 core:collection1 
props:{state=down, base_url=https://127.0.0.1:54544, core=collection1, 
node_name=127.0.0.1:54544_}
   [junit4]   2> 1857560 T4076 C965 P54544 oasc.SyncStrategy.sync Sync replicas 
to https://127.0.0.1:54544/collection1/
   [junit4]   2> 1857561 T4076 C965 P54544 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1857561 T4076 C965 P54544 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:54544/collection1/ has no replicas
   [junit4]   2> 1857562 T4076 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:54544/collection1/ shard3
   [junit4]   2> 1857562 T4076 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard3
   [junit4]   2> 1857571 T4026 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1857589 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1857597 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1857704 T4071 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> 1857704 T4051 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> 1857704 T4029 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> 1857704 T4036 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> 1857748 T4076 oasc.ZkController.register We are 
https://127.0.0.1:54544/collection1/ and leader is 
https://127.0.0.1:54544/collection1/
   [junit4]   2> 1857748 T4076 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:54544
   [junit4]   2> 1857749 T4076 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1857749 T4076 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1857749 T4076 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1857766 T4076 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1857770 T4029 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1857770 T4053 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1857772 T4037 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1857777 T4026 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 1857779 T4026 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:54544";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54544_",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node2"}
   [junit4]   2> 1857783 T4037 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1857908 T4036 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> 1857908 T4051 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> 1857909 T4037 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> 1857910 T4071 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> 1859789 T4001 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 1859791 T4001 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1859801 T4001 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1859807 T4001 oejs.AbstractConnector.doStart Started 
[email protected]:54547
   [junit4]   2> 1859817 T4001 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1859818 T4001 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1859819 T4001 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-005
   [junit4]   2> 1859819 T4001 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-005/'
   [junit4]   2> 1859865 T4001 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-005/solr.xml
   [junit4]   2> 1859883 T4001 oasc.CoreContainer.<init> New CoreContainer 
400564973
   [junit4]   2> 1859884 T4001 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001/tempDir-005/]
   [junit4]   2> 1859884 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1859885 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1859885 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1859886 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1859886 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1859886 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1859887 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1859887 T4001 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 185988

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

on1/data
   [junit4]   2> 2153412 T4266 oasc.Overseer$ClusterStateUpdater.run Overseer 
Loop exiting : 127.0.0.1:54569_
   [junit4]   2> 2153421 T4229 oascc.ZkStateReader$3.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2153437 T4001 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 2154920 T4268 
oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read 
the data org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:302)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:299)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.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> 2158428 T4001 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 2158431 T4001 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:54533 54533
   [junit4]   2> 2158451 T4002 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:54533 54533
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless 
-Dtests.method=testDistribSearch -Dtests.seed=87D438B839E19CED 
-Dtests.slow=true -Dtests.locale=de_CH -Dtests.timezone=US/Mountain 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    314s | TestCloudSchemaless.testDistribSearch <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:54541/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([87D438B839E19CED:632B6A04EBEFCD1]: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> 2158777 T4001 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-87D438B839E19CED-001
   [junit4]   2> NOTE: test params are: codec=Lucene45, 
sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=de_CH, 
timezone=US/Mountain
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_11 
(64-bit)/cpus=2,threads=1,free=87113720,total=314048512
   [junit4]   2> NOTE: All tests run in this JVM: [PrimUtilsTest, 
TestCodecSupport, CopyFieldTest, TestSuggestSpellingConverter, TestRecovery, 
QueryParsingTest, DebugComponentTest, TestMiniSolrCloudCluster, 
CollectionsAPIDistributedZkTest, SolrCoreCheckLockOnStartupTest, AssignTest, 
BJQParserTest, TestAtomicUpdateErrorCases, TestSort, 
FieldAnalysisRequestHandlerTest, TestMergePolicyConfig, 
ParsingFieldUpdateProcessorsTest, TestConfig, TestDistributedSearch, 
TermVectorComponentTest, TestDocumentBuilder, HdfsBasicDistributedZkTest, 
StatsComponentTest, TestDynamicFieldResource, HdfsSyncSliceTest, 
TestRandomDVFaceting, ExternalFileFieldSortTest, TestSurroundQueryParser, 
TestReplicationHandler, AddSchemaFieldsUpdateProcessorFactoryTest, 
HardAutoCommitTest, RequiredFieldsTest, DistributedIntervalFacetingTest, 
TestSolrCoreProperties, TestSchemaNameResource, SuggestComponentTest, 
OverseerCollectionProcessorTest, ChaosMonkeySafeLeaderTest, OutputWriterTest, 
DistributedTermsComponentTest, TestTolerantSearch, TestIndexingPerformance, 
ConnectionManagerTest, SuggesterTSTTest, DirectSolrSpellCheckerTest, 
TestCharFilters, BadComponentTest, ScriptEngineTest, EnumFieldTest, 
TestNonDefinedSimilarityFactory, BasicDistributedZkTest, 
AnalysisErrorHandlingTest, HdfsBasicDistributedZk2Test, 
StatelessScriptUpdateProcessorFactoryTest, TestNumberUtils, 
OpenExchangeRatesOrgProviderTest, TestZkChroot, TestSolrXmlPersistence, 
TestBinaryResponseWriter, JSONWriterTest, TestPerFieldSimilarity, 
TestSchemaSimilarityResource, TestIntervalFaceting, TestManagedResourceStorage, 
DistribDocExpirationUpdateProcessorTest, DistribCursorPagingTest, 
TestSearchPerf, ClusterStateUpdateTest, ResponseLogComponentTest, 
CSVRequestHandlerTest, TestRealTimeGet, SolrCmdDistributorTest, 
CollectionsAPIAsyncDistributedZkTest, TestJoin, IndexSchemaRuntimeFieldTest, 
TestCloudSchemaless]
   [junit4] Completed in 313.97s, 1 test, 1 error <<< FAILURES!

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

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


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

Reply via email to