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

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

Error Message:
Timeout occured while waiting response from server at: 
https://127.0.0.1:53449/e/z/collection1

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




Build Log:
[...truncated 12191 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-FC6C8AC252769C75-001/init-core-data-001
   [junit4]   2> 6395364 T16996 oas.SolrTestCaseJ4.buildSSLConfig Randomized 
ssl (true) and clientAuth (false)
   [junit4]   2> 6395365 T16996 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /e/z
   [junit4]   2> 6395369 T16996 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 6395370 T16996 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6395371 T16997 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 6395472 T16996 oasc.ZkTestServer.run start zk server on 
port:53438
   [junit4]   2> 6395477 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6395489 T17003 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4f7819a9 
name:ZooKeeperConnection Watcher:127.0.0.1:53438 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6395490 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6395492 T16996 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 6395505 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6395509 T17005 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5f69e63c 
name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6395509 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6395509 T16996 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 6395518 T16996 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 6395525 T16996 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 6395531 T16996 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 6395537 T16996 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> 6395538 T16996 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 6395551 T16996 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> 6395551 T16996 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 6395560 T16996 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> 6395561 T16996 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6395570 T16996 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> 6395571 T16996 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 6395578 T16996 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> 6395579 T16996 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 6395586 T16996 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> 6395587 T16996 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 6395597 T16996 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> 6395598 T16996 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 6395604 T16996 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> 6395605 T16996 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 6395611 T16996 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> 6395611 T16996 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6395618 T16996 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> 6395619 T16996 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 6395626 T16996 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> 6395626 T16996 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 6395635 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6395638 T17007 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@61025196 
name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6395639 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6397550 T16996 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6397562 T16996 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6397583 T16996 oejs.AbstractConnector.doStart Started 
[email protected]:53442
   [junit4]   2> 6397587 T16996 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6397587 T16996 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6397587 T16996 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-FC6C8AC252769C75-001/tempDir-002
   [junit4]   2> 6397588 T16996 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/'
   [junit4]   2> 6397647 T16996 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/solr.xml
   [junit4]   2> 6397660 T16996 oasc.CoreContainer.<init> New CoreContainer 
1282528516
   [junit4]   2> 6397661 T16996 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-FC6C8AC252769C75-001/tempDir-002/]
   [junit4]   2> 6397661 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6397662 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6397662 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6397662 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6397663 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6397663 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6397664 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6397664 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6397664 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6397667 T16996 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6397669 T16996 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6397670 T16996 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6397671 T16996 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6397671 T16996 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:53438/solr
   [junit4]   2> 6397672 T16996 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6397673 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6397675 T17018 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2cc67991 
name:ZooKeeperConnection Watcher:127.0.0.1:53438 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6397676 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6397681 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6397684 T17020 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@542faccc 
name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6397684 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6397689 T16996 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 6397700 T16996 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 6397710 T16996 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 6397719 T16996 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 6397730 T16996 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 6397742 T16996 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 6397747 T16996 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53442_e%2Fz
   [junit4]   2> 6397749 T16996 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:53442_e%2Fz
   [junit4]   2> 6397758 T16996 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 6397766 T16996 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 6397779 T16996 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:53442_e%2Fz
   [junit4]   2> 6397780 T16996 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 6397787 T16996 oasc.Overseer.start Overseer 
(id=92198824666923012-127.0.0.1:53442_e%2Fz-n_0000000000) starting
   [junit4]   2> 6397796 T16996 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 6397829 T17022 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 6397830 T16996 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 6397838 T16996 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 6397844 T16996 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6397854 T17021 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 6397862 T17023 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 6397862 T17023 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6397864 T17023 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6397864 T17024 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6397869 T17021 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6397870 T17021 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:53442/e/z";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:53442_e%2Fz",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 6397871 T17021 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 6397871 T17021 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 6397879 T17024 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6397880 T17024 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> 6398866 T17023 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6398867 T17023 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 6398871 T17023 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6398872 T17023 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 6398877 T17023 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 6398878 T17023 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/'
   [junit4]   2> 6398881 T17023 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6398882 T17023 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6398883 T17023 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 6398928 T17023 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_5_0
   [junit4]   2> 6398936 T17023 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6398940 T17023 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> 6398944 T17023 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 6398946 T17023 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 6398966 T17023 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6398969 T17023 
oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted 
managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 6398974 T17023 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml.bak
   [junit4]   2> 6398983 T17023 
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> 6398984 T17023 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 6398984 T17023 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 6398985 T17023 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-FC6C8AC252769C75-001/tempDir-002/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/data/
   [junit4]   2> 6398985 T17023 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 6398987 T17023 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/data
   [junit4]   2> 6398988 T17023 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-FC6C8AC252769C75-001/tempDir-002/collection1/data/index/
   [junit4]   2> 6398990 T17023 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-FC6C8AC252769C75-001/tempDir-002/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 6398990 T17023 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/data/index
   [junit4]   2> 6398991 T17023 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1516141823, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 6398999 T17023 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-FC6C8AC252769C75-001/tempDir-002/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5958d313; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6398999 T17023 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6399003 T17023 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6399455 T17023 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6399455 T17023 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6399456 T17023 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6399456 T17023 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6399456 T17023 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6399456 T17023 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6399457 T17023 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6399464 T17023 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6399467 T17023 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6399467 T17023 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6399468 T17023 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=50.45703125, 
floorSegmentMB=0.8505859375, forceMergeDeletesPctAllowed=12.044399544860976, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7705206056309754
   [junit4]   2> 6399471 T17023 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-FC6C8AC252769C75-001/tempDir-002/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5958d313; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6399471 T17023 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6399472 T17023 oass.SolrIndexSearcher.<init> Opening 
Searcher@797883ca[collection1] main
   [junit4]   2> 6399472 T17023 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 6399477 T17023 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 6399478 T17023 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6399480 T17023 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6399480 T17023 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6399480 T17023 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6399482 T17023 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6399483 T17023 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6399485 T17023 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 6399492 T17023 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6399492 T17023 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6399492 T17023 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6399492 T17023 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 6399517 T17023 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6399517 T17025 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@797883ca[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 6399520 T17028 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:53442/e/z 
collection:control_collection shard:shard1
   [junit4]   2> 6399520 T16996 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6399521 T16996 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6399523 T17028 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 6399527 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6399531 T17030 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@32f393e8 
name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6399531 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6399535 T16996 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6399538 T16996 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> 6399587 T17028 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 6399591 T17024 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6399595 T17028 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6399595 T17028 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C2864 name=collection1 
org.apache.solr.core.SolrCore@2d14f273 
url=https://127.0.0.1:53442/e/z/collection1 node=127.0.0.1:53442_e%2Fz 
C2864_STATE=coll:control_collection core:collection1 props:{state=down, 
base_url=https://127.0.0.1:53442/e/z, core=collection1, 
node_name=127.0.0.1:53442_e%2Fz}
   [junit4]   2> 6399595 T17028 C2864 P53442 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:53442/e/z/collection1/
   [junit4]   2> 6399596 T17028 C2864 P53442 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6399597 T17028 C2864 P53442 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:53442/e/z/collection1/ has no replicas
   [junit4]   2> 6399597 T17028 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:53442/e/z/collection1/ shard1
   [junit4]   2> 6399598 T17028 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 6399599 T17021 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6399606 T17024 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6399608 T17024 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> 6399608 T17031 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> 6399628 T17021 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6399633 T17024 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6399739 T17031 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> 6399740 T17024 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> 6399780 T17028 oasc.ZkController.register We are 
https://127.0.0.1:53442/e/z/collection1/ and leader is 
https://127.0.0.1:53442/e/z/collection1/
   [junit4]   2> 6399780 T17028 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:53442/e/z
   [junit4]   2> 6399781 T17028 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6399781 T17028 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 6399781 T17028 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6399786 T17024 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6399787 T17024 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6399787 T17032 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6399789 T17028 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6399794 T17021 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6399795 T17021 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:53442/e/z";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:53442_e%2Fz",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 6399801 T17032 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6399906 T17032 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> 6399906 T17031 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> 6401502 T16996 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 6401504 T16996 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6401520 T16996 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6401524 T16996 oejs.AbstractConnector.doStart Started 
[email protected]:53446
   [junit4]   2> 6401528 T16996 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6401529 T16996 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6401529 T16996 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-FC6C8AC252769C75-001/tempDir-003
   [junit4]   2> 6401529 T16996 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/'
   [junit4]   2> 6401572 T16996 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-FC6C8AC252769C75-001/tempDir-003/solr.xml
   [junit4]   2> 6401586 T16996 oasc.CoreContainer.<init> New CoreContainer 
846825108
   [junit4]   2> 6401588 T16996 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-FC6C8AC252769C75-001/tempDir-003/]
   [junit4]   2> 6401588 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6401589 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6401591 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6401591 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6401592 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6401593 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6401593 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6401593 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6401594 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6401597 T16996 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6401599 T16996 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6401599 T16996 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6401599 T16996 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6401600 T16996 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:53438/solr
   [junit4]   2> 6401600 T16996 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6401602 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6401605 T17043 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@238740be 
name:ZooKeeperConnection Watcher:127.0.0.1:53438 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6401606 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6401610 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6401613 T17045 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3bd9a43e 
name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6401613 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6401633 T16996 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6402645 T16996 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53446_e%2Fz
   [junit4]   2> 6402647 T16996 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:53446_e%2Fz
   [junit4]   2> 6402671 T17047 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 6402671 T17047 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6402673 T17032 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6402673 T17047 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6402673 T17024 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6402674 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6402677 T17021 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6402679 T17021 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:53446/e/z";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:53446_e%2Fz",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 6402680 T17021 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 6402680 T17021 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 6402685 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6402686 T17048 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> 6402687 T17046 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> 6402687 T17031 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> 6403675 T17047 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6403675 T17047 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 6403676 T17047 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6403677 T17047 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6403679 T17047 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6403680 T17047 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/'
   [junit4]   2> 6403681 T17047 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6403681 T17047 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6403682 T17047 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 6403725 T17047 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_5_0
   [junit4]   2> 6403733 T17047 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6403737 T17047 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 6403740 T17047 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 6403750 T17047 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6403751 T17047 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 6403751 T17047 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 6403753 T17047 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-FC6C8AC252769C75-001/tempDir-003/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/data/
   [junit4]   2> 6403753 T17047 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 6403754 T17047 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/data
   [junit4]   2> 6403756 T17047 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-FC6C8AC252769C75-001/tempDir-003/collection1/data/index/
   [junit4]   2> 6403757 T17047 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-FC6C8AC252769C75-001/tempDir-003/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 6403757 T17047 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/data/index
   [junit4]   2> 6403758 T17047 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1516141823, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 6403763 T17047 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-FC6C8AC252769C75-001/tempDir-003/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d59469d; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6403763 T17047 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6403765 T17047 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6403766 T17047 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6403767 T17047 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6403767 T17047 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6403767 T17047 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6403768 T17047 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6403768 T17047 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6403768 T17047 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6403776 T17047 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6403777 T17047 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6403777 T17047 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6403779 T17047 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=50.45703125, 
floorSegmentMB=0.8505859375, forceMergeDeletesPctAllowed=12.044399544860976, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7705206056309754
   [junit4]   2> 6403780 T17047 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-FC6C8AC252769C75-001/tempDir-003/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d59469d; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6403781 T17047 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6403781 T17047 oass.SolrIndexSearcher.<init> Opening 
Searcher@44cc2e30[collection1] main
   [junit4]   2> 6403782 T17047 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6403785 T17047 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6403785 T17047 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6403787 T17047 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6403787 T17047 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6403787 T17047 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6403790 T17047 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6403790 T17047 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6403791 T17047 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 6403791 T17047 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6403791 T17047 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 6403796 T17047 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6403796 T17049 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@44cc2e30[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 6403798 T17052 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:53446/e/z collection:collection1 
shard:shard2
   [junit4]   2> 6403799 T16996 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6403800 T16996 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6403801 T17052 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 6403813 T17052 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 6403819 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6403822 T17052 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6403822 T17052 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C2865 name=collection1 
org.apache.solr.core.SolrCore@a733b76 
url=https://127.0.0.1:53446/e/z/collection1 node=127.0.0.1:53446_e%2Fz 
C2865_STATE=coll:collection1 core:collection1 props:{state=down, 
base_url=https://127.0.0.1:53446/e/z, core=collection1, 
node_name=127.0.0.1:53446_e%2Fz}
   [junit4]   2> 6403822 T17052 C2865 P53446 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:53446/e/z/collection1/
   [junit4]   2> 6403822 T17052 C2865 P53446 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6403823 T17052 C2865 P53446 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:53446/e/z/collection1/ has no replicas
   [junit4]   2> 6403823 T17052 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:53446/e/z/collection1/ shard2
   [junit4]   2> 6403823 T17052 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 6403829 T17021 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6403837 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6403840 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6403851 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6403957 T17048 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> 6403957 T17046 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> 6403958 T17031 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> 6403999 T17052 oasc.ZkController.register We are 
https://127.0.0.1:53446/e/z/collection1/ and leader is 
https://127.0.0.1:53446/e/z/collection1/
   [junit4]   2> 6403999 T17052 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:53446/e/z
   [junit4]   2> 6404000 T17052 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6404000 T17052 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 6404001 T17052 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6404006 T17032 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6404006 T17024 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6404006 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6404007 T17052 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6404010 T17021 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6404012 T17021 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:53446/e/z";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:53446_e%2Fz",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 6404017 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6404122 T17031 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> 6404123 T17048 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> 6404122 T17046 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> 6405622 T16996 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 6405622 T16996 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6405633 T16996 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6405636 T16996 oejs.AbstractConnector.doStart Started 
[email protected]:53449
   [junit4]   2> 6405641 T16996 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6405641 T16996 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6405642 T16996 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-FC6C8AC252769C75-001/tempDir-004
   [junit4]   2> 6405642 T16996 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/'
   [junit4]   2> 6405683 T16996 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-FC6C8AC252769C75-001/tempDir-004/solr.xml
   [junit4]   2> 6405703 T16996 oasc.CoreContainer.<init> New CoreContainer 
1049442204
   [junit4]   2> 6405704 T16996 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-FC6C8AC252769C75-001/tempDir-004/]
   [junit4]   2> 6405704 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6405705 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6405705 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6405705 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6405706 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6405706 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6405707 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6405707 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6405708 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6405711 T16996 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6405712 T16996 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6405712 T16996 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6405713 T16996 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6405713 T16996 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:53438/solr
   [junit4]   2> 6405714 T16996 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6405716 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6405718 T17063 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4ab5bed5 
name:ZooKeeperConnection Watcher:127.0.0.1:53438 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6405719 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6405722 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6405725 T17065 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@e7146f5 name:ZooKeeperConnection 
Watcher:127.0.0.1:53438/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 6405725 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6405747 T16996 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6406759 T16996 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53449_e%2Fz
   [junit4]   2> 6406761 T16996 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:53449_e%2Fz
   [junit4]   2> 6406781 T17067 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 6406782 T17067 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6406783 T17024 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6406783 T17032 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6406783 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6406783 T17067 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 6406787 T17021 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6406789 T17021 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:53449/e/z";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:53449_e%2Fz",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 6406789 T17021 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=4
   [junit4]   2> 6406789 T17021 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard3
   [junit4]   2> 6406796 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6406797 T17046 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> 6406797 T17031 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> 6406797 T17048 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> 6406797 T17066 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> 6407787 T17067 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 6407787 T17067 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 6407789 T17067 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 6407789 T17067 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6407792 T17067 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6407793 T17067 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/'
   [junit4]   2> 6407794 T17067 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 6407794 T17067 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6407795 T17067 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 6407835 T17067 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: LUCENE_5_0
   [junit4]   2> 6407843 T17067 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 6407848 T17067 oass.IndexSchema.readSchema Reading Solr Schema 
from managed-schema
   [junit4]   2> 6407851 T17067 oass.IndexSchema.readSchema [collection1] 
Schema name=add-schema-fields-update-processor
   [junit4]   2> 6407859 T17067 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6407861 T17067 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 6407862 T17067 oasc.SolrCore.initDirectoryFactory 
solr.NRTCachingDirectoryFactory
   [junit4]   2> 6407862 T17067 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-FC6C8AC252769C75-001/tempDir-004/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/data/
   [junit4]   2> 6407863 T17067 oasc.SolrCore.<init> JMX monitoring not 
detected for core: collection1
   [junit4]   2> 6407864 T17067 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/data
   [junit4]   2> 6407865 T17067 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-FC6C8AC252769C75-001/tempDir-004/collection1/data/index/
   [junit4]   2> 6407866 T17067 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-FC6C8AC252769C75-001/tempDir-004/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 6407866 T17067 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/data/index
   [junit4]   2> 6407867 T17067 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1516141823, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 6407872 T17067 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-FC6C8AC252769C75-001/tempDir-004/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ac4cdcd; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6407872 T17067 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6407875 T17067 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6407876 T17067 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6407876 T17067 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 6407877 T17067 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 6407877 T17067 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6407877 T17067 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 6407878 T17067 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6407878 T17067 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 6407885 T17067 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6407887 T17067 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 6407888 T17067 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 6407888 T17067 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=50.45703125, 
floorSegmentMB=0.8505859375, forceMergeDeletesPctAllowed=12.044399544860976, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7705206056309754
   [junit4]   2> 6407890 T17067 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-FC6C8AC252769C75-001/tempDir-004/collection1/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ac4cdcd; 
maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6407891 T17067 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 6407891 T17067 oass.SolrIndexSearcher.<init> Opening 
Searcher@6aa96340[collection1] main
   [junit4]   2> 6407891 T17067 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 6407894 T17067 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 6407894 T17067 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 6407896 T17067 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6407896 T17067 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 6407896 T17067 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6407899 T17067 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6407900 T17067 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6407900 T17067 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 6407900 T17067 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 6407900 T17067 oass.ZkIndexSchemaReader.createSchemaWatcher 
Creating ZooKeeper watch for the managed schema at 
/configs/conf1/managed-schema ...
   [junit4]   2> 6407903 T17067 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 6407903 T17068 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6aa96340[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 6407905 T17071 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:53449/e/z collection:collection1 
shard:shard3
   [junit4]   2> 6407906 T16996 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6407908 T16996 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 6407908 T17071 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard3/election
   [junit4]   2> 6407922 T17071 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard3
   [junit4]   2> 6407928 T17071 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 6407929 T17071 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C2866 name=collection1 
org.apache.solr.core.SolrCore@7d48ceb 
url=https://127.0.0.1:53449/e/z/collection1 node=127.0.0.1:53449_e%2Fz 
C2866_STATE=coll:collection1 core:collection1 props:{state=down, 
base_url=https://127.0.0.1:53449/e/z, core=collection1, 
node_name=127.0.0.1:53449_e%2Fz}
   [junit4]   2> 6407929 T17071 C2866 P53449 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:53449/e/z/collection1/
   [junit4]   2> 6407930 T17071 C2866 P53449 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 6407930 T17071 C2866 P53449 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:53449/e/z/collection1/ has no replicas
   [junit4]   2> 6407930 T17071 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
https://127.0.0.1:53449/e/z/collection1/ shard3
   [junit4]   2> 6407931 T17071 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard3
   [junit4]   2> 6407932 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6407937 T17021 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6407941 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6407963 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6407970 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6408075 T17031 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> 6408076 T17046 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> 6408082 T17066 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> 6408084 T17048 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> 6408116 T17071 oasc.ZkController.register We are 
https://127.0.0.1:53449/e/z/collection1/ and leader is 
https://127.0.0.1:53449/e/z/collection1/
   [junit4]   2> 6408116 T17071 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:53449/e/z
   [junit4]   2> 6408116 T17071 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 6408116 T17071 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 6408117 T17071 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 6408119 T17048 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6408120 T17024 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6408123 T17021 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6408124 T17021 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=4 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:53449/e/z";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:53449_e%2Fz",
   [junit4]   2>          "shard":"shard3",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"4",
   [junit4]   2>          "core_node_name":"core_node2"}
   [junit4]   2> 6408124 T17032 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6408126 T17071 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 6408141 T17032 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 6408245 T17046 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> 6408246 T17066 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> 6408248 T17031 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> 6408248 T17032 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> 6409921 T16996 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 6409921 T16996 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6409928 T16996 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6409929 T16996 oejs.AbstractConnector.doStart Started 
[email protected]:53452
   [junit4]   2> 6409933 T16996 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 6409934 T16996 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 6409934 T16996 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-FC6C8AC252769C75-001/tempDir-005
   [junit4]   2> 6409934 T16996 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-005/'
   [junit4]   2> 6409984 T16996 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-005/solr.xml
   [junit4]   2> 6409998 T16996 oasc.CoreContainer.<init> New CoreContainer 
1600155823
   [junit4]   2> 6409999 T16996 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-FC6C8AC252769C75-001/tempDir-005/]
   [junit4]   2> 6409999 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 6410000 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 6410000 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 6410000 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6410001 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 6410001 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6410001 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 6410002 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 6410002 T16996 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 6410005 T16996 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6410006 T16996 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6410007 T16996 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6410007 T16996 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6410007 T16996 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:53438/solr
   [junit4]   2> 6410008 T16996 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 6410010 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6410013 T17082 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@406a542c 
name:ZooKeeperConnection Watcher:127.0.0.1:53438 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6410013 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6410019 T16996 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 6410023 T17084 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@ba31914 name:ZooKeeperConnection 
Watcher:127.0.0.1:53438/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 6410024 T16996 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 6410045 T16996 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 6411054 T16996 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53452_e%2Fz
   [junit4]   2> 6411058 T16996 oascc.Sol

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

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

[...truncated 105 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:447: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: 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:496: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1298: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: 
There were test failures: 422 suites, 1754 tests, 1 error, 44 ignored (17 
assumptions)

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


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

Reply via email to