Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1787/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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:53424/g_/g/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: https://127.0.0.1:53424/g_/g/collection1
        at 
__randomizedtesting.SeedInfo.seed([3F56E9A5608F5F13:BEB067BD17D03F2F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
        at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
        at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
        at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
        at 
org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:152)
        at java.net.SocketInputStream.read(SocketInputStream.java:122)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
        at sun.security.ssl.InputRecord.read(InputRecord.java:480)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
        ... 46 more




Build Log:
[...truncated 12067 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/init-core-data-001
   [junit4]   2> 6543246 T16078 oas.SolrTestCaseJ4.buildSSLConfig Randomized 
ssl (true) and clientAuth (false)
   [junit4]   2> 6543247 T16078 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /g_/g
   [junit4]   2> 6543252 T16078 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 6543254 T16078 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6543255 T16079 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 6543360 T16078 oasc.ZkTestServer.run start zk server on 
port:53407
   [junit4]   2> 6543362 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6543371 T16085 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@16de5a6d 
name:ZooKeeperConnection Watcher:127.0.0.1:53407 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6543372 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6543372 T16078 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 6543393 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6543400 T16087 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@426d78f2 
name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6543400 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6543401 T16078 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 6543418 T16078 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 6543433 T16078 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 6543444 T16078 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 6543462 T16078 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 6543463 T16078 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 6543478 T16078 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 6543479 T16078 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 6543489 T16078 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6543490 T16078 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6543501 T16078 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 6543502 T16078 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 6543511 T16078 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 6543512 T16078 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 6543521 T16078 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 6543523 T16078 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 6543534 T16078 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6543535 T16078 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 6543547 T16078 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6543548 T16078 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 6543558 T16078 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6543559 T16078 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6543568 T16078 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6543569 T16078 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 6543578 T16078 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 6543579 T16078 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 6543592 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6543596 T16089 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6b70ec68 
name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6543596 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6546055 T16078 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6546066 T16078 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6546068 T16078 oejs.AbstractConnector.doStart Started 
[email protected]:53411
   [junit4]   2> 6546074 T16078 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6546075 T16078 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6546075 T16078 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002
   [junit4]   2> 6546076 T16078 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/'
   [junit4]   2> 6546125 T16078 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/solr.xml
   [junit4]   2> 6546214 T16078 oasc.CoreContainer.<init> New CoreContainer 
1611859068
   [junit4]   2> 6546215 T16078 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/]
   [junit4]   2> 6546217 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6546217 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6546218 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6546218 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6546218 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6546219 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6546219 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6546220 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6546220 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6546223 T16078 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6546227 T16078 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6546227 T16078 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6546227 T16078 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6546228 T16078 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:53407/solr
   [junit4]   2> 6546229 T16078 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6546232 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6546237 T16100 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@60c8565e 
name:ZooKeeperConnection Watcher:127.0.0.1:53407 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6546237 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6546243 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6546248 T16102 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2998c744 
name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6546248 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6546252 T16078 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 6546265 T16078 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 6546274 T16078 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 6546286 T16078 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 6546295 T16078 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 6546308 T16078 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 6546313 T16078 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53411_g_%2Fg
   [junit4]   2> 6546315 T16078 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:53411_g_%2Fg
   [junit4]   2> 6546325 T16078 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 6546333 T16078 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 6546339 T16078 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6546347 T16078 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:53411_g_%2Fg
   [junit4]   2> 6546348 T16078 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 6546355 T16078 oasc.Overseer.start Overseer 
(id=92330884513005572-127.0.0.1:53411_g_%2Fg-n_0000000000) starting
   [junit4]   2> 6546364 T16078 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 6546400 T16078 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 6546401 T16104 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 6546403 T16078 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 6546412 T16078 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 6546418 T16078 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6546428 T16103 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 6546446 T16106 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 6546446 T16106 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6546448 T16106 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6546449 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6546457 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:53411_g_%2Fg",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"https://127.0.0.1:53411/g_/g";,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1"}
   [junit4]   2> 6546457 T16103 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 6546457 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 6546466 T16107 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> 6547450 T16106 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6547451 T16106 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 6547453 T16106 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6547454 T16106 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 6547457 T16106 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 6547458 T16106 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/'
   [junit4]   2> 6547461 T16106 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6547463 T16106 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6547464 T16106 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 6547537 T16106 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 6547599 T16106 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6547600 T16106 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> 6547603 T16106 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 6547611 T16106 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 6547656 T16106 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6547659 T16106 
oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted 
managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 6547664 T16106 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml.bak
   [junit4]   2> 6547673 T16106 
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> 6547673 T16106 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 6547673 T16106 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 6547674 T16106 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/
   [junit4]   2> 6547674 T16106 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 6547675 T16106 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data
   [junit4]   2> 6547676 T16106 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/index/
   [junit4]   2> 6547676 T16106 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 6547677 T16106 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/index
   [junit4]   2> 6547678 T16106 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6007227541229165]
   [junit4]   2> 6547686 T16106 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51a0ca47; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6547687 T16106 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6547689 T16106 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6548245 T16106 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6548246 T16106 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6548246 T16106 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6548246 T16106 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6548247 T16106 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6548248 T16106 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6548248 T16106 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6548249 T16106 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6548249 T16106 oasc.RequestHandlers.initHandlersFromConfig 
WARN Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6548250 T16106 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6548250 T16106 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6548250 T16106 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6548272 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6548276 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6548282 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6548286 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6548292 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6548302 T16106 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6548303 T16106 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6548305 T16106 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=51.7080078125, 
floorSegmentMB=0.41015625, forceMergeDeletesPctAllowed=7.594497391268379, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.43125634062710627
   [junit4]   2> 6548309 T16106 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51a0ca47; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6548310 T16106 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6548312 T16106 oass.SolrIndexSearcher.<init> Opening 
Searcher@7a786e83[collection1] main
   [junit4]   2> 6548313 T16106 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 6548318 T16106 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 6548319 T16106 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6548325 T16106 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6548325 T16106 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6548326 T16106 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6548328 T16106 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6548329 T16106 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6548331 T16106 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 6548343 T16106 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6548343 T16106 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6548344 T16106 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6548344 T16106 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 6548375 T16106 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6548375 T16108 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@7a786e83[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 6548379 T16111 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:53411/g_/g 
collection:control_collection shard:shard1
   [junit4]   2> 6548381 T16078 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6548382 T16078 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6548382 T16111 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 6548393 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6548408 T16113 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7b96bbe5 
name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6548411 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6548419 T16111 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 6548419 T16078 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6548430 T16111 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6548430 T16111 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C3906 name=collection1 
org.apache.solr.core.SolrCore@4c7e97d8 
url=https://127.0.0.1:53411/g_/g/collection1 node=127.0.0.1:53411_g_%2Fg 
C3906_STATE=coll:control_collection core:collection1 props:{core=collection1, 
node_name=127.0.0.1:53411_g_%2Fg, base_url=https://127.0.0.1:53411/g_/g, 
state=down}
   [junit4]   2> 6548431 T16111 C3906 P53411 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:53411/g_/g/collection1/
   [junit4]   2> 6548431 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6548431 T16111 C3906 P53411 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6548433 T16111 C3906 P53411 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:53411/g_/g/collection1/ has no replicas
   [junit4]   2> 6548433 T16111 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:53411/g_/g/collection1/ shard1
   [junit4]   2> 6548434 T16111 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 6548435 T16078 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 6548449 T16107 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> 6548463 T16114 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> 6548479 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6548605 T16114 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> 6548606 T16107 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> 6548640 T16111 oasc.ZkController.register We are 
https://127.0.0.1:53411/g_/g/collection1/ and leader is 
https://127.0.0.1:53411/g_/g/collection1/
   [junit4]   2> 6548641 T16111 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:53411/g_/g
   [junit4]   2> 6548642 T16111 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6548642 T16111 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 6548643 T16111 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6548649 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6548658 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:53411_g_%2Fg",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"https://127.0.0.1:53411/g_/g";,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"4"}
   [junit4]   2> 6548771 T16107 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> 6548774 T16114 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> 6550665 T16078 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 6550666 T16078 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6550676 T16078 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6550678 T16078 oejs.AbstractConnector.doStart Started 
[email protected]:53415
   [junit4]   2> 6550682 T16078 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6550683 T16078 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6550683 T16078 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003
   [junit4]   2> 6550683 T16078 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/'
   [junit4]   2> 6550739 T16078 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/solr.xml
   [junit4]   2> 6550876 T16078 oasc.CoreContainer.<init> New CoreContainer 
1336661311
   [junit4]   2> 6550877 T16078 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/]
   [junit4]   2> 6550883 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6550884 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6550885 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6550885 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6550886 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6550887 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6550887 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6550888 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6550888 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6550894 T16078 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6550899 T16078 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6550900 T16078 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6550900 T16078 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6550901 T16078 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:53407/solr
   [junit4]   2> 6550902 T16078 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6550903 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6550907 T16125 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2338e48 name:ZooKeeperConnection 
Watcher:127.0.0.1:53407 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 6550909 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6550916 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6550919 T16127 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@770e4770 
name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6550920 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6550949 T16078 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6551957 T16078 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53415_g_%2Fg
   [junit4]   2> 6551960 T16078 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:53415_g_%2Fg
   [junit4]   2> 6551969 T16078 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6551986 T16129 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 6551986 T16129 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6551989 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6551989 T16129 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6551995 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:53415_g_%2Fg",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"https://127.0.0.1:53415/g_/g";,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"4"}
   [junit4]   2> 6551996 T16103 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 6551996 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 6552002 T16107 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> 6552003 T16128 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> 6552003 T16114 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> 6552991 T16129 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6552992 T16129 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 6552994 T16129 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6552994 T16129 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6552999 T16129 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6552999 T16129 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/'
   [junit4]   2> 6553001 T16129 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6553001 T16129 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6553002 T16129 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 6553079 T16129 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 6553126 T16129 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6553131 T16129 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 6553149 T16129 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 6553256 T16129 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6553258 T16129 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 6553259 T16129 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 6553260 T16129 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/
   [junit4]   2> 6553260 T16129 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 6553261 T16129 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data
   [junit4]   2> 6553263 T16129 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/index/
   [junit4]   2> 6553264 T16129 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 6553266 T16129 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/index
   [junit4]   2> 6553266 T16129 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6007227541229165]
   [junit4]   2> 6553273 T16129 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5fffdf8f; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6553273 T16129 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6553276 T16129 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6553278 T16129 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6553279 T16129 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6553279 T16129 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6553279 T16129 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6553279 T16129 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6553281 T16129 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6553281 T16129 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6553282 T16129 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6553282 T16129 oasc.RequestHandlers.initHandlersFromConfig 
WARN Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6553282 T16129 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6553282 T16129 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6553283 T16129 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6553298 T16129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6553301 T16129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6553302 T16129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6553305 T16129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6553307 T16129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6553314 T16129 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6553315 T16129 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6553316 T16129 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=51.7080078125, 
floorSegmentMB=0.41015625, forceMergeDeletesPctAllowed=7.594497391268379, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.43125634062710627
   [junit4]   2> 6553319 T16129 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5fffdf8f; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6553320 T16129 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6553320 T16129 oass.SolrIndexSearcher.<init> Opening 
Searcher@22aba42[collection1] main
   [junit4]   2> 6553320 T16129 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6553323 T16129 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6553324 T16129 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6553326 T16129 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6553326 T16129 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6553326 T16129 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6553329 T16129 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6553330 T16129 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6553330 T16129 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 6553330 T16129 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6553330 T16129 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 6553334 T16129 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6553334 T16130 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@22aba42[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 6553336 T16133 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:53415/g_/g collection:collection1 
shard:shard1
   [junit4]   2> 6553336 T16078 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6553337 T16078 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6553338 T16133 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 6553351 T16133 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 6553357 T16133 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6553357 T16133 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C3907 name=collection1 
org.apache.solr.core.SolrCore@4af98e24 
url=https://127.0.0.1:53415/g_/g/collection1 node=127.0.0.1:53415_g_%2Fg 
C3907_STATE=coll:collection1 core:collection1 props:{core=collection1, 
node_name=127.0.0.1:53415_g_%2Fg, base_url=https://127.0.0.1:53415/g_/g, 
state=down}
   [junit4]   2> 6553358 T16133 C3907 P53415 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:53415/g_/g/collection1/
   [junit4]   2> 6553358 T16133 C3907 P53415 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6553359 T16133 C3907 P53415 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:53415/g_/g/collection1/ has no replicas
   [junit4]   2> 6553359 T16133 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:53415/g_/g/collection1/ shard1
   [junit4]   2> 6553362 T16133 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 6553363 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6553408 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6553515 T16128 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> 6553524 T16107 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> 6553533 T16114 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> 6553537 T16133 oasc.ZkController.register We are 
https://127.0.0.1:53415/g_/g/collection1/ and leader is 
https://127.0.0.1:53415/g_/g/collection1/
   [junit4]   2> 6553538 T16133 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:53415/g_/g
   [junit4]   2> 6553538 T16133 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6553539 T16133 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 6553539 T16133 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6553549 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6553553 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:53415_g_%2Fg",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"https://127.0.0.1:53415/g_/g";,
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"4"}
   [junit4]   2> 6553668 T16114 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> 6553669 T16107 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> 6553669 T16128 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> 6555685 T16078 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 6555686 T16078 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6555694 T16078 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6555698 T16078 oejs.AbstractConnector.doStart Started 
[email protected]:53418
   [junit4]   2> 6555703 T16078 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6555703 T16078 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6555703 T16078 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004
   [junit4]   2> 6555704 T16078 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/'
   [junit4]   2> 6555751 T16078 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/solr.xml
   [junit4]   2> 6555858 T16078 oasc.CoreContainer.<init> New CoreContainer 
262346538
   [junit4]   2> 6555859 T16078 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/]
   [junit4]   2> 6555862 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6555863 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6555864 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6555864 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6555866 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6555866 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6555866 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6555867 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6555867 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6555870 T16078 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6555872 T16078 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6555873 T16078 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6555873 T16078 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6555874 T16078 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:53407/solr
   [junit4]   2> 6555874 T16078 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6555877 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6555880 T16144 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@25bf807c 
name:ZooKeeperConnection Watcher:127.0.0.1:53407 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6555881 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6555886 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6555890 T16146 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@60120ce9 
name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6555890 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6555918 T16078 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6556933 T16078 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53418_g_%2Fg
   [junit4]   2> 6556937 T16078 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:53418_g_%2Fg
   [junit4]   2> 6556964 T16078 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6556995 T16148 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 6556996 T16148 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6556998 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6556998 T16148 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6557012 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:53418_g_%2Fg",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"https://127.0.0.1:53418/g_/g";,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"4"}
   [junit4]   2> 6557013 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=4
   [junit4]   2> 6557013 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard4
   [junit4]   2> 6557022 T16107 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> 6557022 T16147 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> 6557022 T16128 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> 6557022 T16114 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> 6558001 T16148 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6558001 T16148 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 6558004 T16148 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6558004 T16148 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6558008 T16148 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6558009 T16148 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/'
   [junit4]   2> 6558010 T16148 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6558011 T16148 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6558012 T16148 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 6558110 T16148 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 6558158 T16148 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6558163 T16148 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 6558168 T16148 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 6558261 T16148 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6558264 T16148 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 6558264 T16148 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 6558265 T16148 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/
   [junit4]   2> 6558265 T16148 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 6558266 T16148 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data
   [junit4]   2> 6558267 T16148 oasc.SolrCore.getNewIndexDir New index 
directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/index/
   [junit4]   2> 6558268 T16148 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 6558269 T16148 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/index
   [junit4]   2> 6558270 T16148 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6007227541229165]
   [junit4]   2> 6558275 T16148 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6319969; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6558275 T16148 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6558278 T16148 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6558279 T16148 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6558279 T16148 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6558279 T16148 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6558280 T16148 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6558280 T16148 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6558280 T16148 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6558281 T16148 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6558281 T16148 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6558282 T16148 oasc.RequestHandlers.initHandlersFromConfig 
WARN Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6558282 T16148 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6558282 T16148 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6558283 T16148 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6558301 T16148 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6558304 T16148 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6558309 T16148 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6558313 T16148 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6558317 T16148 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6558326 T16148 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6558326 T16148 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6558328 T16148 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=51.7080078125, 
floorSegmentMB=0.41015625, forceMergeDeletesPctAllowed=7.594497391268379, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.43125634062710627
   [junit4]   2> 6558331 T16148 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6319969; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6558331 T16148 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6558332 T16148 oass.SolrIndexSearcher.<init> Opening 
Searcher@60c21b2f[collection1] main
   [junit4]   2> 6558333 T16148 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6558338 T16148 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6558339 T16148 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6558341 T16148 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6558342 T16148 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6558342 T16148 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6558346 T16148 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6558346 T16148 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6558347 T16148 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 6558347 T16148 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6558348 T16148 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 6558352 T16148 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6558352 T16149 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@60c21b2f[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 6558356 T16152 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:53418/g_/g collection:collection1 
shard:shard4
   [junit4]   2> 6558357 T16078 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6558359 T16078 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6558360 T16152 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard4/election
   [junit4]   2> 6558377 T16152 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard4
   [junit4]   2> 6558386 T16152 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6558386 T16152 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C3908 name=collection1 
org.apache.solr.core.SolrCore@768b2ffa 
url=https://127.0.0.1:53418/g_/g/collection1 node=127.0.0.1:53418_g_%2Fg 
C3908_STATE=coll:collection1 core:collection1 props:{core=collection1, 
node_name=127.0.0.1:53418_g_%2Fg, base_url=https://127.0.0.1:53418/g_/g, 
state=down}
   [junit4]   2> 6558386 T16152 C3908 P53418 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:53418/g_/g/collection1/
   [junit4]   2> 6558387 T16152 C3908 P53418 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6558387 T16152 C3908 P53418 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:53418/g_/g/collection1/ has no replicas
   [junit4]   2> 6558387 T16152 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:53418/g_/g/collection1/ shard4
   [junit4]   2> 6558388 T16152 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard4
   [junit4]   2> 6558396 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6558434 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6558555 T16107 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> 6558555 T16147 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> 6558556 T16128 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> 6558556 T16114 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> 6558599 T16152 oasc.ZkController.register We are 
https://127.0.0.1:53418/g_/g/collection1/ and leader is 
https://127.0.0.1:53418/g_/g/collection1/
   [junit4]   2> 6558600 T16152 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:53418/g_/g
   [junit4]   2> 6558600 T16152 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6558601 T16152 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 6558602 T16152 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6558610 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6558618 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:53418_g_%2Fg",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core_node_name":"core_node2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"https://127.0.0.1:53418/g_/g";,
   [junit4]   2>          "shard":"shard4",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"4"}
   [junit4]   2> 6558734 T16147 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> 6558735 T16114 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> 6558734 T16107 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> 6558734 T16128 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> 6560508 T16078 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 6560509 T16078 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6560520 T16078 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6560523 T16078 oejs.AbstractConnector.doStart Started 
[email protected]:53421
   [junit4]   2> 6560529 T16078 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6560530 T16078 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6560531 T16078 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-005
   [junit4]   2> 6560531 T16078 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-005/'
   [junit4]   2> 6560574 T16078 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-005/solr.xml
   [junit4]   2> 6560660 T16078 oasc.CoreContainer.<init> New CoreContainer 
1174454440
   [junit4]   2> 6560661 T16078 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-005/]
   [junit4]   2> 6560665 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6560666 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6560667 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6560668 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6560668 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6560669 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6560670 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6560671 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6560672 T16078 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6560676 T16078 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6560679 T16078 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6560680 T16078 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6560680 T16078 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6560681 T16078 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:53407/solr
   [junit4]   2> 6560681 T16078 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6560684 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6560689 T16163 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3b8d844f 
name:ZooKeeperConnection Watcher:127.0.0.1:53407 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6560690 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6560696 T16078 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6560701 T16165 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d28b21c 
name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6560703 T16078 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6560734 T16078 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6561747 T16078 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53421_g_%2Fg
   [junit4]   2> 6561749 T16078 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:53421_g_%2Fg
   [junit4]   2> 6561770 T16078 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6561787 T16167 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 6561788 T16167 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6561790 T16107 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6561791 T16167 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6561797 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:53421_g_%2Fg",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"https://127.0.0.1:53421/g_/g";,
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"4"}
   [junit4]   2> 6561797 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=4
   [junit4]   2> 6561798 T16103 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard3
   [junit4]   2> 6561808 T16166 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes siz

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

trategyTest, HighlighterTest, TestReplicationHandler, StressHdfsTest, 
RAMDirectoryFactoryTest, ModifyConfFileTest, TestIBSimilarityFactory, 
TestSortingResponseWriter, DeleteLastCustomShardedReplicaTest, 
SolrPluginUtilsTest, TestQueryTypes, TestIndexSearcher, TestFieldTypeResource, 
CollectionsAPIDistributedZkTest, ConnectionManagerTest, 
LegacyHTMLStripCharFilterTest, TestOverriddenPrefixQueryForCustomFieldType, 
TestRecoveryHdfs, HttpPartitionTest, PolyFieldTest, ClusterStateTest, 
TestMaxScoreQueryParser, TestSolrXmlPersistor, SpellingQueryConverterTest, 
TestLazyCores, OpenCloseCoreStressTest, 
StatelessScriptUpdateProcessorFactoryTest, TestQuerySenderNoQuery, 
AsyncMigrateRouteKeyTest, TestDocSet, QueryEqualityTest, 
DistributedSpellCheckComponentTest, AssignTest, 
DirectUpdateHandlerOptimizeTest, ShardRoutingTest, TestJoin, MBeansHandlerTest, 
SampleTest, RequiredFieldsTest, TestSolrQueryParserDefaultOperatorResource, 
ZkControllerTest, BadComponentTest, SolrRequestParserTest, SearchHandlerTest, 
FileBasedSpellCheckerTest, TestCollationFieldDocValues, 
CoreMergeIndexesAdminHandlerTest, TestShardHandlerFactory, 
SignatureUpdateProcessorFactoryTest, ExternalFileFieldSortTest, 
TestDynamicFieldResource, TestBadConfig, TestCopyFieldCollectionResource, 
FieldFacetTest, OverseerCollectionProcessorTest, SSLMigrationTest, 
TestDynamicFieldCollectionResource, SortByFunctionTest, JSONWriterTest, 
PeerSyncTest, TestAnalyzedSuggestions, TestCharFilters, FunctionTest, 
QueryResultKeyTest, PingRequestHandlerTest, AtomicUpdatesTest, 
LoggingHandlerTest, FullSolrCloudDistribCmdsTest, HighlighterMaxOffsetTest, 
DistributedDebugComponentTest, CoreAdminRequestStatusTest, 
FastVectorHighlighterTest, OverseerRolesTest, TestSolrQueryParserResource, 
SystemInfoHandlerTest, IndexSchemaTest, HdfsDirectoryTest, UpdateParamsTest, 
TestManagedSchema, TestSchemaResource, WordBreakSolrSpellCheckerTest, 
TestAnalyzeInfixSuggestions, TestCloudPivotFacet, BasicDistributedZk2Test, 
TestDistributedGrouping, TestBlendedInfixSuggestions, TestModifyConfFiles, 
CoreAdminCreateDiscoverTest, TestSurroundQueryParser, SpellCheckCollatorTest, 
DistributedExpandComponentTest, RemoteQueryErrorTest, 
DefaultValueUpdateProcessorTest, TestHashPartitioner, TestInitQParser, 
TestSolrXml, TestSearcherReuse, XsltUpdateRequestHandlerTest, 
SolrCoreCheckLockOnStartupTest, TestWriterPerf, TestExtendedDismaxParser, 
TestMergePolicyConfig, TestCustomSort, ReplicationFactorTest, ZkCLITest, 
NoCacheHeaderTest, InfoHandlerTest, XmlUpdateRequestHandlerTest, 
IndexSchemaRuntimeFieldTest, TestDocBasedVersionConstraints, 
StandardRequestHandlerTest, StatsComponentTest, TestLRUCache, 
TestCSVResponseWriter, NoFacetTest, TestFreeTextSuggestions, 
RegexBoostProcessorTest, QueryFacetTest, TriLevelCompositeIdRoutingTest, 
TestDistribDocBasedVersion, DeleteReplicaTest, 
FieldMutatingUpdateProcessorTest, SharedFSAutoReplicaFailoverUtilsTest, 
CoreAdminHandlerTest, TestCursorMarkWithoutUniqueKey, TestFastLRUCache, 
PrimitiveFieldTypeTest, DocumentAnalysisRequestHandlerTest, 
HdfsCollectionsAPIDistributedZkTest, BasicFunctionalityTest, 
TestPhraseSuggestions, TestManagedResourceStorage, TestCodecSupport, 
DistributedFacetPivotLargeTest, DistributedQueryComponentCustomSortTest, 
TestAtomicUpdateErrorCases, TestReloadAndDeleteDocs, TestConfig, 
HdfsWriteToMultipleCollectionsTest, ShardRoutingCustomTest, 
PreAnalyzedFieldTest, TestPerFieldSimilarity, SOLR749Test, 
TestStressUserVersions, BasicDistributedZkTest, TestNoOpRegenerator, 
DisMaxRequestHandlerTest, TestRangeQuery, MultiTermTest, SuggesterWFSTTest, 
LeaderElectionIntegrationTest, SuggesterTest, HighlighterConfigTest, 
FieldAnalysisRequestHandlerTest, TestBM25SimilarityFactory, 
DocValuesMissingTest, CursorPagingTest, AutoCommitTest, 
SpellPossibilityIteratorTest, TestFoldingMultitermQuery, PrimUtilsTest, 
TestCollationField, SliceStateTest, TestReload, TestStressReorder, 
ZkNodePropsTest, DirectSolrSpellCheckerTest, TestSystemIdResolver, 
TestCollapseQParserPlugin, UniqFieldsUpdateProcessorFactoryTest, TestUpdate, 
SharedFSAutoReplicaFailoverTest, OutputWriterTest, LeaderElectionTest, 
TestSuggestSpellingConverter, HdfsSyncSliceTest, TestTrie, 
DirectUpdateHandlerTest, FileUtilsTest, AnalysisErrorHandlingTest, 
TestCoreDiscovery, BasicZkTest, IndexBasedSpellCheckerTest, TestFiltering, 
DeleteInactiveReplicaTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, 
SyncSliceTest, OverseerTest, RecoveryZkTest, TestRandomFaceting, 
ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, TestDistributedSearch, 
TestFaceting, TestRecovery, TermVectorComponentDistributedTest, 
TestRealTimeGet, TestMultiCoreConfBootstrap, TestStressVersions, 
HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, 
SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, 
TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, 
ConvertedLegacyTest, TestFunctionQuery, SoftAutoCommitTest, 
ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, 
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, 
SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, 
DocValuesTest, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, 
TestCSVLoader, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, 
TestWordDelimiterFilterFactory, TestRemoteStreaming, DocValuesMultiTest, 
DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, 
DebugComponentTest, CacheHeaderTest, LukeRequestHandlerTest, TestQueryUtils, 
TestReversedWildcardFilterFactory, TestOmitPositions, TermsComponentTest, 
RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, 
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, 
MoreLikeThisHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, 
TestJmxIntegration, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, 
QueryParsingTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
TestComponentsName, CoreContainerCoreInitFailuresTest, 
TestBinaryResponseWriter, TestLFUCache, TestQuerySenderListener, 
AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, 
ResponseLogComponentTest, SolrIndexConfigTest, TestStressRecovery, 
TestSolrDeletionPolicy2, TestBinaryField, TestSearchPerf, NumericFieldsTest, 
MinimalSchemaTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, 
TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, 
SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, 
TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, 
TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, 
TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, 
TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, 
URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, 
ChaosMonkeyNothingIsSafeTest, DateFieldTest, DOMUtilTest, TestSolrJ, TestUtils, 
TestDocumentBuilder, UUIDFieldTest, CircularListTest, TestRTGBase, 
DistributedIntervalFacetingTest, SolrTestCaseJ4Test, 
TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, 
AbstractAnalyticsStatsTest, AbstractAnalyticsFacetTest, RangeFacetTest, 
AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest, 
CustomCollectionTest, DeleteShardTest, DistribCursorPagingTest, 
DistribDocExpirationUpdateProcessorTest, MigrateRouteKeyTest, ShardSplitTest, 
SolrXmlInZkTest, TestCloudInspectUtil, TestCollectionAPI, 
TestMiniSolrCloudCluster, TestShortCircuitedRequests, 
HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, 
HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, 
CachingDirectoryFactoryTest, TestImplicitCoreProperties, TestInfoStreamLogging, 
TestNRTOpen, TestNonNRTOpen, TestSolrXmlPersistence, 
TestReplicationHandlerBackup, DistributedFacetPivotLongTailTest, 
DistributedFacetPivotSmallTest, DistributedQueryComponentOptimizationTest, 
DistributedSuggestComponentTest, SuggestComponentTest, TestExpandComponent, 
TestPivotHelperCode, TestIntervalFaceting, TestChildDocTransformer, 
TestManagedResource, TestRestManager, TestClassNameShortening, 
TestDefaultSearchFieldResource, TestFieldResource, 
TestManagedSchemaFieldResource, TestSchemaNameResource, 
TestSchemaSimilarityResource, TestSchemaVersionResource, 
TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource, 
TestManagedStopFilterFactory, TestManagedSynonymFilterFactory, 
BadCopyFieldTest, ChangedSchemaMergeTest, DateRangeFieldTest, EnumFieldTest, 
TestCloudManagedSchema, TestCloudManagedSchemaConcurrent, TestCloudSchemaless]
   [junit4] Completed in 287.32s, 1 test, 1 error <<< FAILURES!

[...truncated 87 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:485: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:465: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:48: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:494: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1342: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:957: 
There were test failures: 430 suites, 1783 tests, 1 error, 45 ignored (18 
assumptions)

Total time: 166 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0 
-XX:+UseCompressedOops -XX:+UseSerialGC
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