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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.CustomCollectionTest.testDistribSearch

Error Message:
IOException occured when talking to server at: 
https://127.0.0.1:50117/q_u/kf/implicitcoll3

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:50117/q_u/kf/implicitcoll3
        at 
__randomizedtesting.SeedInfo.seed([5B6EBD95BC62D532:DA88338DCB3DB50E]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:585)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
        at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
        at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
        at 
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:247)
        at 
org.apache.solr.cloud.CustomCollectionTest.doTest(CustomCollectionTest.java:127)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.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: org.apache.http.NoHttpResponseException: The target server failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        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:466)
        ... 47 more




Build Log:
[...truncated 10988 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/init-core-data-001
   [junit4]   2> 1341737 T3151 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 1341737 T3151 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /q_u/kf
   [junit4]   2> 1341741 T3151 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 1341742 T3151 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1341743 T3152 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1341848 T3151 oasc.ZkTestServer.run start zk server on 
port:50113
   [junit4]   2> 1341849 T3151 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1341853 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1341856 T3158 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@6902cdaa 
name:ZooKeeperConnection Watcher:127.0.0.1:50113 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1341856 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1341856 T3151 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1341856 T3151 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1341870 T3151 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1341872 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1341875 T3160 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3b43b472 
name:ZooKeeperConnection Watcher:127.0.0.1:50113/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1341876 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1341877 T3151 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1341877 T3151 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1341889 T3151 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1341895 T3151 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1341909 T3151 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1341971 T3151 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1341972 T3151 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1341995 T3151 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1341996 T3151 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1342008 T3151 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> 1342009 T3151 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1342022 T3151 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> 1342022 T3151 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1342033 T3151 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> 1342033 T3151 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1342069 T3151 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> 1342071 T3151 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1342125 T3151 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> 1342126 T3151 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1342155 T3151 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> 1342155 T3151 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1342185 T3151 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> 1342188 T3151 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1342196 T3151 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> 1342196 T3151 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1342202 T3151 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> 1342202 T3151 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1342208 T3151 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1342211 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1342213 T3162 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4d8a2aa7 
name:ZooKeeperConnection Watcher:127.0.0.1:50113/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1342213 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1342213 T3151 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1344082 T3151 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1344090 T3151 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1344109 T3151 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:50117
   [junit4]   2> 1344113 T3151 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1344113 T3151 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1344114 T3151 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-002
   [junit4]   2> 1344114 T3151 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-002/'
   [junit4]   2> 1344151 T3151 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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-002/solr.xml
   [junit4]   2> 1344171 T3151 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-002
   [junit4]   2> 1344171 T3151 oasc.CoreContainer.<init> New CoreContainer 
113982147
   [junit4]   2> 1344172 T3151 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-002/]
   [junit4]   2> 1344173 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1344173 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1344174 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1344174 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1344174 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1344175 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1344175 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1344175 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1344176 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1344180 T3151 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1344182 T3151 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1344182 T3151 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1344182 T3151 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1344183 T3151 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50113/solr
   [junit4]   2> 1344183 T3151 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1344184 T3151 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1344188 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1344189 T3173 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@46ac958b 
name:ZooKeeperConnection Watcher:127.0.0.1:50113 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1344190 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1344191 T3151 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1344195 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1344199 T3175 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@57660872 
name:ZooKeeperConnection Watcher:127.0.0.1:50113/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1344199 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1344202 T3151 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1344209 T3151 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1344214 T3151 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1344221 T3151 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1344227 T3151 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1344236 T3151 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1344239 T3151 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50117_q_u%2Fkf
   [junit4]   2> 1344240 T3151 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50117_q_u%2Fkf
   [junit4]   2> 1344252 T3151 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1344256 T3151 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1344260 T3151 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1344266 T3151 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:50117_q_u%2Fkf
   [junit4]   2> 1344266 T3151 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1344272 T3151 oasc.Overseer.start Overseer 
(id=92524822621847556-127.0.0.1:50117_q_u%2Fkf-n_0000000000) starting
   [junit4]   2> 1344280 T3151 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1344303 T3151 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1344305 T3177 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1344305 T3176 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1344307 T3151 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1344313 T3151 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1344318 T3151 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1344331 T3151 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-002
   [junit4]   2> 1345292 T3151 oasc.CorePropertiesLocator.discoverUnder Found 
core conf in 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-002/conf/
   [junit4]   2> 1345449 T3151 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1345452 T3151 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1345452 T3151 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1345455 T3151 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1345456 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1345461 T3181 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7d400b79 
name:ZooKeeperConnection Watcher:127.0.0.1:50113/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1345461 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1345462 T3151 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1345465 T3151 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1345475 T3151 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1347468 T3151 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 1347469 T3151 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1347481 T3151 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1347483 T3151 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:50121
   [junit4]   2> 1347488 T3151 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1347489 T3151 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1347489 T3151 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003
   [junit4]   2> 1347490 T3151 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/'
   [junit4]   2> 1347560 T3151 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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/solr.xml
   [junit4]   2> 1347586 T3151 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003
   [junit4]   2> 1347587 T3151 oasc.CoreContainer.<init> New CoreContainer 
604707484
   [junit4]   2> 1347587 T3151 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/]
   [junit4]   2> 1347589 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1347589 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1347590 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1347590 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1347591 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1347592 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1347593 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1347593 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1347593 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1347597 T3151 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1347602 T3151 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1347603 T3151 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1347603 T3151 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1347603 T3151 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50113/solr
   [junit4]   2> 1347604 T3151 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1347604 T3151 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1347623 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1347630 T3192 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1871f5a7 
name:ZooKeeperConnection Watcher:127.0.0.1:50113 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1347631 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1347632 T3151 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1347638 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1347643 T3194 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5f247333 
name:ZooKeeperConnection Watcher:127.0.0.1:50113/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1347643 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1347666 T3151 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1348680 T3151 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50121_q_u%2Fkf
   [junit4]   2> 1348682 T3151 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50121_q_u%2Fkf
   [junit4]   2> 1348695 T3151 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1348703 T3151 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003
   [junit4]   2> 1349662 T3151 oasc.CorePropertiesLocator.discoverUnder Found 
core conf in 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/conf/
   [junit4]   2> 1349772 T3151 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1349774 T3151 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1349774 T3151 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1351749 T3151 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 1351752 T3151 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1351763 T3151 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1351769 T3151 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:50124
   [junit4]   2> 1351774 T3151 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1351775 T3151 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1351775 T3151 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-004
   [junit4]   2> 1351776 T3151 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-004/'
   [junit4]   2> 1351846 T3151 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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-004/solr.xml
   [junit4]   2> 1351876 T3151 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-004
   [junit4]   2> 1351877 T3151 oasc.CoreContainer.<init> New CoreContainer 
2034995929
   [junit4]   2> 1351877 T3151 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-004/]
   [junit4]   2> 1351878 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1351878 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1351879 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1351880 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1351880 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1351881 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1351881 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1351881 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1351882 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1351886 T3151 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1351889 T3151 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1351894 T3151 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1351894 T3151 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1351895 T3151 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50113/solr
   [junit4]   2> 1351896 T3151 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1351896 T3151 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1351898 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1351902 T3209 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d030319 
name:ZooKeeperConnection Watcher:127.0.0.1:50113 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1351903 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1351903 T3151 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1351912 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1351914 T3211 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@c038af name:ZooKeeperConnection 
Watcher:127.0.0.1:50113/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1351914 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1351938 T3151 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1352950 T3151 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50124_q_u%2Fkf
   [junit4]   2> 1352954 T3151 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50124_q_u%2Fkf
   [junit4]   2> 1352972 T3151 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1352982 T3151 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-004
   [junit4]   2> 1353988 T3151 oasc.CorePropertiesLocator.discoverUnder Found 
core conf in 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-004/conf/
   [junit4]   2> 1354165 T3151 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1354169 T3151 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1354169 T3151 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1355946 T3151 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 1355947 T3151 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1355961 T3151 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1355963 T3151 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:50127
   [junit4]   2> 1355965 T3151 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1355965 T3151 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1355966 T3151 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-005
   [junit4]   2> 1355966 T3151 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-005/'
   [junit4]   2> 1356015 T3151 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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-005/solr.xml
   [junit4]   2> 1356048 T3151 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-005
   [junit4]   2> 1356049 T3151 oasc.CoreContainer.<init> New CoreContainer 
2047361088
   [junit4]   2> 1356049 T3151 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-005/]
   [junit4]   2> 1356050 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1356051 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1356051 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1356051 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1356051 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1356052 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1356053 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1356053 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1356053 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1356056 T3151 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1356059 T3151 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1356059 T3151 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1356060 T3151 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1356060 T3151 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50113/solr
   [junit4]   2> 1356060 T3151 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1356061 T3151 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1356068 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1356072 T3224 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@51039e1b 
name:ZooKeeperConnection Watcher:127.0.0.1:50113 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1356073 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1356074 T3151 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1356085 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1356087 T3226 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4686dc51 
name:ZooKeeperConnection Watcher:127.0.0.1:50113/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1356088 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1356106 T3151 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1357127 T3151 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50127_q_u%2Fkf
   [junit4]   2> 1357130 T3151 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50127_q_u%2Fkf
   [junit4]   2> 1357146 T3151 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1357154 T3151 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-005
   [junit4]   2> 1358134 T3151 oasc.CorePropertiesLocator.discoverUnder Found 
core conf in 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-005/conf/
   [junit4]   2> 1358261 T3151 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1358265 T3151 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1358265 T3151 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1360268 T3151 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 4
   [junit4]   2> 1360271 T3151 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1360279 T3151 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1360280 T3151 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:50130
   [junit4]   2> 1360286 T3151 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1360286 T3151 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1360287 T3151 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-006
   [junit4]   2> 1360288 T3151 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-006/'
   [junit4]   2> 1360341 T3151 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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-006/solr.xml
   [junit4]   2> 1360362 T3151 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-006
   [junit4]   2> 1360363 T3151 oasc.CoreContainer.<init> New CoreContainer 
1742062851
   [junit4]   2> 1360363 T3151 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-006/]
   [junit4]   2> 1360364 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1360364 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1360364 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1360364 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1360365 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1360365 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1360366 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1360366 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1360366 T3151 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1360370 T3151 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1360371 T3151 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1360372 T3151 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1360372 T3151 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1360373 T3151 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50113/solr
   [junit4]   2> 1360373 T3151 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1360374 T3151 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1360376 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1360379 T3239 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@490d21a4 
name:ZooKeeperConnection Watcher:127.0.0.1:50113 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1360380 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1360381 T3151 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1360388 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1360392 T3241 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5198a7e name:ZooKeeperConnection 
Watcher:127.0.0.1:50113/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1360392 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1360417 T3151 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1361434 T3151 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50130_q_u%2Fkf
   [junit4]   2> 1361436 T3151 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50130_q_u%2Fkf
   [junit4]   2> 1361450 T3151 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1361461 T3151 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-006
   [junit4]   2> 1362439 T3151 oasc.CorePropertiesLocator.discoverUnder Found 
core conf in 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-006/conf/
   [junit4]   2> 1362563 T3151 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1362566 T3151 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1362566 T3151 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1362573 T3151 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1362576 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1362581 T3245 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1aefa53a 
name:ZooKeeperConnection Watcher:127.0.0.1:50113/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1362581 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1362582 T3151 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1362586 T3151 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1362602 T3151 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1362603 T3151 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1362608 T3247 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@78d1f03f 
name:ZooKeeperConnection Watcher:127.0.0.1:50113/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1362609 T3151 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1362609 T3151 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1362613 T3151 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1362693 T3235 oasha.CollectionsHandler.handleCreateAction 
Creating Collection : 
replicationFactor=2&shards=a,b,c&maxShardsPerNode=2&router.name=implicit&name=implicitcoll0&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1362695 T3195 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/collection-queue-work state: 
SyncConnected type NodeChildrenChanged
   [junit4]   2> 1362698 T3177 oasc.OverseerCollectionProcessor.run Overseer 
Collection Processor: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "fromApi":"true",
   [junit4]   2>          "name":"implicitcoll0",
   [junit4]   2>          "replicationFactor":"2",
   [junit4]   2>          "maxShardsPerNode":"2",
   [junit4]   2>          "shards":"a,b,c",
   [junit4]   2>          "router.name":"implicit"}
   [junit4]   2> 1362701 T3248 oasc.OverseerCollectionProcessor.processMessage 
WARN OverseerCollectionProcessor.processMessage : create , {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "fromApi":"true",
   [junit4]   2>          "name":"implicitcoll0",
   [junit4]   2>          "replicationFactor":"2",
   [junit4]   2>          "maxShardsPerNode":"2",
   [junit4]   2>          "shards":"a,b,c",
   [junit4]   2>          "router.name":"implicit"}
   [junit4]   2> 1362706 T3248 oasc.OverseerCollectionProcessor.createConfNode 
Only one config set found in zk - using it:conf1
   [junit4]   2> 1362706 T3248 oasc.OverseerCollectionProcessor.createConfNode 
creating collections conf node /collections/implicitcoll0 
   [junit4]   2> 1362708 T3248 oascc.SolrZkClient.makePath makePath: 
/collections/implicitcoll0
   [junit4]   2> 1362721 T3195 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1362733 T3176 
oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: 
implicitcoll0
   [junit4]   2> 1362734 T3176 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
implicitcoll0 with shards [a, b, c]
   [junit4]   2> 1362734 T3176 
oasc.Overseer$ClusterStateUpdater.createCollection state version implicitcoll0 1
   [junit4]   2> 1362748 T3195 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1362748 T3242 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1362751 T3212 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1362752 T3196 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1362749 T3197 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1362749 T3227 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1362755 T3249 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1362759 T3250 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1362824 T3248 
oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new 
collection implicitcoll0, shardNames [a, b, c] , replicationFactor : 2
   [junit4]   2> 1362827 T3248 
oasc.OverseerCollectionProcessor.createCollection Creating shard 
implicitcoll0_a_replica1 as part of slice a of collection implicitcoll0 on 
127.0.0.1:50121_q_u%2Fkf
   [junit4]   2> 1362838 T3248 
oasc.OverseerCollectionProcessor.createCollection Creating shard 
implicitcoll0_a_replica2 as part of slice a of collection implicitcoll0 on 
127.0.0.1:50117_q_u%2Fkf
   [junit4]   2> 1362867 T3248 
oasc.OverseerCollectionProcessor.createCollection Creating shard 
implicitcoll0_b_replica1 as part of slice b of collection implicitcoll0 on 
127.0.0.1:50130_q_u%2Fkf
   [junit4]   2> 1362915 T3188 oasha.CoreAdminHandler.handleCreateAction core 
create command 
qt=/admin/cores&collection.configName=conf1&name=implicitcoll0_a_replica1&action=CREATE&numShards=3&collection=implicitcoll0&shard=a&wt=javabin&version=2
   [junit4]   2> 1362932 T3248 
oasc.OverseerCollectionProcessor.createCollection Creating shard 
implicitcoll0_b_replica2 as part of slice b of collection implicitcoll0 on 
127.0.0.1:50124_q_u%2Fkf
   [junit4]   2> 1362958 T3171 oasha.CoreAdminHandler.handleCreateAction core 
create command 
qt=/admin/cores&collection.configName=conf1&name=implicitcoll0_a_replica2&action=CREATE&numShards=3&collection=implicitcoll0&shard=a&wt=javabin&version=2
   [junit4]   2> 1362961 T3188 oasc.ZkController.publish publishing 
core=implicitcoll0_a_replica1 state=down collection=implicitcoll0
   [junit4]   2> 1362963 T3188 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1362964 T3195 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1362969 T3248 
oasc.OverseerCollectionProcessor.createCollection Creating shard 
implicitcoll0_c_replica1 as part of slice c of collection implicitcoll0 on 
127.0.0.1:50127_q_u%2Fkf
   [junit4]   2> 1363004 T3232 oasha.CoreAdminHandler.handleCreateAction core 
create command 
qt=/admin/cores&collection.configName=conf1&name=implicitcoll0_b_replica1&action=CREATE&numShards=3&collection=implicitcoll0&shard=b&wt=javabin&version=2
   [junit4]   2> 1363016 T3248 
oasc.OverseerCollectionProcessor.createCollection Creating shard 
implicitcoll0_c_replica2 as part of slice c of collection implicitcoll0 on 
127.0.0.1:50121_q_u%2Fkf
   [junit4]   2> 1363030 T3202 oasha.CoreAdminHandler.handleCreateAction core 
create command 
qt=/admin/cores&collection.configName=conf1&name=implicitcoll0_b_replica2&action=CREATE&numShards=3&collection=implicitcoll0&shard=b&wt=javabin&version=2
   [junit4]   2> 1363040 T3232 oasc.ZkController.publish publishing 
core=implicitcoll0_b_replica1 state=down collection=implicitcoll0
   [junit4]   2> 1363041 T3232 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1363044 T3171 oasc.ZkController.publish publishing 
core=implicitcoll0_a_replica2 state=down collection=implicitcoll0
   [junit4]   2> 1363062 T3171 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1363064 T3202 oasc.ZkController.publish publishing 
core=implicitcoll0_b_replica2 state=down collection=implicitcoll0
   [junit4]   2> 1363067 T3202 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1363082 T3219 oasha.CoreAdminHandler.handleCreateAction core 
create command 
qt=/admin/cores&collection.configName=conf1&name=implicitcoll0_c_replica1&action=CREATE&numShards=3&collection=implicitcoll0&shard=c&wt=javabin&version=2
   [junit4]   2> 1363088 T3190 oasha.CoreAdminHandler.handleCreateAction core 
create command 
qt=/admin/cores&collection.configName=conf1&name=implicitcoll0_c_replica2&action=CREATE&numShards=3&collection=implicitcoll0&shard=c&wt=javabin&version=2
   [junit4]   2> 1363096 T3219 oasc.ZkController.publish publishing 
core=implicitcoll0_c_replica1 state=down collection=implicitcoll0
   [junit4]   2> 1363099 T3190 oasc.ZkController.publish publishing 
core=implicitcoll0_c_replica2 state=down collection=implicitcoll0
   [junit4]   2> 1363099 T3219 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1363119 T3190 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1363119 T3176 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "core":"implicitcoll0_a_replica1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50121/q_u/kf";,
   [junit4]   2>          "node_name":"127.0.0.1:50121_q_u%2Fkf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"a",
   [junit4]   2>          "collection":"implicitcoll0",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1363129 T3176 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "core":"implicitcoll0_b_replica1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50130/q_u/kf";,
   [junit4]   2>          "node_name":"127.0.0.1:50130_q_u%2Fkf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"b",
   [junit4]   2>          "collection":"implicitcoll0",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1363138 T3195 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1363153 T3176 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "core":"implicitcoll0_a_replica2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50117/q_u/kf";,
   [junit4]   2>          "node_name":"127.0.0.1:50117_q_u%2Fkf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"a",
   [junit4]   2>          "collection":"implicitcoll0",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1363161 T3195 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1363166 T3176 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "core":"implicitcoll0_b_replica2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50124/q_u/kf";,
   [junit4]   2>          "node_name":"127.0.0.1:50124_q_u%2Fkf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"b",
   [junit4]   2>          "collection":"implicitcoll0",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1363190 T3195 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1363214 T3176 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "core":"implicitcoll0_c_replica1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50127/q_u/kf";,
   [junit4]   2>          "node_name":"127.0.0.1:50127_q_u%2Fkf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"c",
   [junit4]   2>          "collection":"implicitcoll0",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1363224 T3195 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1363227 T3176 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "core":"implicitcoll0_c_replica2",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50121/q_u/kf";,
   [junit4]   2>          "node_name":"127.0.0.1:50121_q_u%2Fkf",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":"c",
   [junit4]   2>          "collection":"implicitcoll0",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1363340 T3227 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1363341 T3242 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1363341 T3212 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1363341 T3196 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1363341 T3249 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1363341 T3250 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1363342 T3197 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1363354 T3195 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1363965 T3188 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for implicitcoll0_a_replica1
   [junit4]   2> 1363965 T3188 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:implicitcoll0
   [junit4]   2> 1363966 T3188 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1363967 T3188 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/implicitcoll0
   [junit4]   2> 1363969 T3188 oascc.ZkStateReader.readConfigName 
path=/collections/implicitcoll0 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1363970 T3188 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/implicitcoll0_a_replica1/'
   [junit4]   2> 1364043 T3232 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for implicitcoll0_b_replica1
   [junit4]   2> 1364044 T3232 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:implicitcoll0
   [junit4]   2> 1364045 T3232 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1364046 T3232 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/implicitcoll0
   [junit4]   2> 1364048 T3232 oascc.ZkStateReader.readConfigName 
path=/collections/implicitcoll0 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1364049 T3232 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-006/implicitcoll0_b_replica1/'
   [junit4]   2> 1364052 T3188 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1364064 T3171 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for implicitcoll0_a_replica2
   [junit4]   2> 1364065 T3171 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:implicitcoll0
   [junit4]   2> 1364075 T3202 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for implicitcoll0_b_replica2
   [junit4]   2> 1364075 T3202 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:implicitcoll0
   [junit4]   2> 1364080 T3188 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1364083 T3171 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1364083 T3171 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/implicitcoll0
   [junit4]   2> 1364085 T3202 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1364085 T3202 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/implicitcoll0
   [junit4]   2> 1364089 T3202 oascc.ZkStateReader.readConfigName 
path=/collections/implicitcoll0 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1364089 T3188 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 1364089 T3202 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-004/implicitcoll0_b_replica2/'
   [junit4]   2> 1364107 T3188 oass.IndexSchema.readSchema 
[implicitcoll0_a_replica1] Schema name=test
   [junit4]   2> 1364125 T3190 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for implicitcoll0_c_replica2
   [junit4]   2> 1364126 T3190 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:implicitcoll0
   [junit4]   2> 1364125 T3219 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for implicitcoll0_c_replica1
   [junit4]   2> 1364127 T3219 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:implicitcoll0
   [junit4]   2> 1364147 T3219 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1364154 T3219 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/implicitcoll0
   [junit4]   2> 1364155 T3190 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1364155 T3190 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/implicitcoll0
   [junit4]   2> 1364161 T3190 oascc.ZkStateReader.readConfigName 
path=/collections/implicitcoll0 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1364161 T3190 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/implicitcoll0_c_replica2/'
   [junit4]   2> 1364175 T3171 oascc.ZkStateReader.readConfigName 
path=/collections/implicitcoll0 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1364176 T3171 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-002/implicitcoll0_a_replica2/'
   [junit4]   2> 1364210 T3219 oascc.ZkStateReader.readConfigName 
path=/collections/implicitcoll0 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1364211 T3219 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-005/implicitcoll0_c_replica1/'
   [junit4]   2> 1364320 T3188 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1364335 T3202 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1364347 T3188 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1364348 T3188 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1364364 T3190 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1364364 T3232 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1364388 T3232 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1364407 T3219 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1364407 T3202 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1364440 T3219 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1364441 T3190 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1364446 T3232 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 1364458 T3171 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1364471 T3232 oass.IndexSchema.readSchema 
[implicitcoll0_b_replica1] Schema name=test
   [junit4]   2> 1364483 T3219 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 1364483 T3171 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1364488 T3190 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 1364492 T3219 oass.IndexSchema.readSchema 
[implicitcoll0_c_replica1] Schema name=test
   [junit4]   2> 1364494 T3190 oass.IndexSchema.readSchema 
[implicitcoll0_c_replica2] Schema name=test
   [junit4]   2> 1364521 T3171 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 1364532 T3202 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 1364533 T3171 oass.IndexSchema.readSchema 
[implicitcoll0_a_replica2] Schema name=test
   [junit4]   2> 1364585 T3202 oass.IndexSchema.readSchema 
[implicitcoll0_b_replica2] Schema name=test
   [junit4]   2> 1364615 T3188 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1364648 T3188 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1364672 T3188 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1364675 T3188 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1364710 T3188 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1364711 T3188 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1364716 T3188 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1364716 T3188 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1364716 T3188 oasc.CoreContainer.create Creating SolrCore 
'implicitcoll0_a_replica1' using configuration from collection implicitcoll0
   [junit4]   2> 1364716 T3188 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1364717 T3188 oasc.SolrCore.<init> [implicitcoll0_a_replica1] 
Opening new SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/implicitcoll0_a_replica1/,
 
dataDir=/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/implicitcoll0_a_replica1/data/
   [junit4]   2> 1364717 T3188 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@132cd634
   [junit4]   2> 1364718 T3188 oasc.CachingDirectoryFactory.get return new 
directory for 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/implicitcoll0_a_replica1/data
   [junit4]   2> 1364718 T3188 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/implicitcoll0_a_replica1/data/index/
   [junit4]   2> 1364719 T3188 oasc.SolrCore.initIndex WARN 
[implicitcoll0_a_replica1] Solr index directory 
'/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/implicitcoll0_a_replica1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1364719 T3188 oasc.CachingDirectoryFactory.get return new 
directory for 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-003/implicitcoll0_a_replica1/data/index
   [junit4]   2> 1364720 T3188 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7164354103215133]
   [junit4]   2> 1364792 T3188 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-71c999a8)),segFN=segments_1,generation=1}
   [junit4]   2> 1364792 T3188 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1364807 T3188 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1364808 T3188 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1364808 T3188 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1364809 T3188 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1364809 T3188 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1364809 T3188 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1364810 T3188 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1364811 T3188 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1364811 T3188 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1364812 T3188 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1364813 T3188 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1364814 T3188 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1364814 T3188 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1364815 T3188 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 1364815 T3188 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1364816 T3188 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 1364817 T3188 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 1364818 T3188 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1364819 T3188 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1364819 T3188 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1364828 T3188 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1364830 T3188 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1364831 T3188 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1364833 T3188 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1364837 T3188 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1364838 T3188 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1364859 T3188 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=72.9755859375, 
floorSegmentMB=1.34765625, forceMergeDeletesPctAllowed=28.716544252890305, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1364883 T3188 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-71c999a8)),segFN=segments_1,generation=1}
   [junit4]   2> 1364884 T3188 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1364884 T3188 oass.SolrIndexSearcher.<init> Opening 
Searcher@67053334[implicitcoll0_a_replica1] main
   [junit4]   2> 1364885 T3188 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/implicitcoll0
   [junit4]   2> 1364893 T3188 oascc.ZkStateReader.readConfigName 
path=/collections/implicitcoll0 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1364893 T3188 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1364895 T3188 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1364895 T3188 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1364895 T3188 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1364904 T3188 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1364904 T3188 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1364907 T3188 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 1364941 T3188 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1364980 T3188 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1364980 T3188 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1365059 T3257 oasc.SolrCore.registerSearcher 
[implicitcoll0_a_replica1] Registered new searcher 
Searcher@67053334[implicitcoll0_a_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1365062 T3188 oasc.CoreContainer.registerCore registering 
core: implicitcoll0_a_replica1
   [junit4]   2> 1365063 T3188 oasc.ZkController.register Register replica - 
core:implicitcoll0_a_replica1 address:https://127.0.0.1:50121/q_u/kf 
collection:implicitcoll0 shard:a
   [junit4]   2> 1365119 T3219 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1365123 T3219 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1365125 T3219 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1365138 T3188 oascc.SolrZkClient.makePath makePath: 
/collections/implicitcoll0/leader_elect/a/election
   [junit4]   2> 1365207 T3232 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1365221 T3190 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1365243 T3232 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1365245 T3232 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1365249 T3202 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1365268 T3190 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1365268 T3202 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1365268 T3190 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1365270 T3188 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard a
   [junit4]   2> 1365270 T3202 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1365290 T3195 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 1365295 T3188 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see 
more replicas up for shard a: total=2 found=1 timeoutin=3.20067705E12ms
   [junit4]   2> 1365320 T3227 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1365320 T3197 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1365320 T3249 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1365320 T3212 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1365320 T3195 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1365320 T3250 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1365320 T3242 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1365323 T3196 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1365373 T3219 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1365378 T3232 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1365383 T3219 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1365389 T3232 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1365392 T3219 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1365408 T3171 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1365413 T3219 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1365413 T3219 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1365414 T3219 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1365421 T3232 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1365424 T3219 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1365425 T3219 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1365425 T3232 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1365426 T3232 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1365426 T3232 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1365425 T3219 oasc.CoreContainer.create Creating SolrCore 
'implicitcoll0_c_replica1' using configuration from collection implicitcoll0
   [junit4]   2> 1365427 T3219 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1365427 T3219 oasc.SolrCore.<init> [implicitcoll0_c_replica1] 
Opening new SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-005/implicitcoll0_c_replica1/,
 
dataDir=/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-005/implicitcoll0_c_replica1/data/
   [junit4]   2> 1365428 T3219 oasc.JmxMonitoredMap.<init> JMX monitoring is

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

test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-006/implicitcoll4_b_replica2/data/index
 
[CachedDir<<refCount=0;path=/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-006/implicitcoll4_b_replica2/data/index;done=false>>]
   [junit4]   2> 1617495 T3151 oasc.CachingDirectoryFactory.close Closing 
directory: 
/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.cloud.CustomCollectionTest-5B6EBD95BC62D532-001/tempDir-006/implicitcoll4_b_replica2/data/index
   [junit4]   2> 1617497 T3151 oasc.Overseer.close Overseer 
(id=92524822621847565-127.0.0.1:50130_q_u%2Fkf-n_0000000004) closing
   [junit4]   2> 1617497 T3419 oasc.Overseer$ClusterStateUpdater.run Overseer 
Loop exiting : 127.0.0.1:50130_q_u%2Fkf
   [junit4]   2> 1619007 T3413 oascc.ZkStateReader$3.process WARN ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1619024 T3151 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/q_u/kf,null}
   [junit4]   2> 1624014 T3151 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 1624017 T3151 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:50113 50113
   [junit4]   2> 1624039 T3152 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:50113 50113
   [junit4]   2> 1624277 T3152 oasc.ZkTestServer$ZKServerMain.runFromConfig 
WARN Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                9       /solr/aliases.json
   [junit4]   2>                9       /solr/clusterstate.json
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                9       /solr/live_nodes
   [junit4]   2>                5       /solr/overseer/queue
   [junit4]   2>                5       /solr/overseer/collection-queue-work
   [junit4]   2>        
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CustomCollectionTest -Dtests.method=testDistribSearch 
-Dtests.seed=5B6EBD95BC62D532 -Dtests.slow=true -Dtests.locale=iw_IL 
-Dtests.timezone=Africa/Bujumbura -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    283s | CustomCollectionTest.testDistribSearch <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: https://127.0.0.1:50117/q_u/kf/implicitcoll3
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5B6EBD95BC62D532:DA88338DCB3DB50E]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:585)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    >        at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
   [junit4]    >        at 
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:247)
   [junit4]    >        at 
org.apache.solr.cloud.CustomCollectionTest.doTest(CustomCollectionTest.java:127)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.http.NoHttpResponseException: The target 
server failed to respond
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    >        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:466)
   [junit4]    >        ... 47 more
   [junit4]   2> 1624331 T3151 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CustomCollectionTest-5B6EBD95BC62D532-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), 
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=iw_IL, 
timezone=Africa/Bujumbura
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_20 
(64-bit)/cpus=2,threads=1,free=50614856,total=146726912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFileDictionaryLookup, 
BadComponentTest, TestQuerySenderListener, TestRangeQuery, 
SpellPossibilityIteratorTest, RAMDirectoryFactoryTest, SimplePostToolTest, 
TestFieldTypeResource, UUIDFieldTest, TestUpdate, 
DirectUpdateHandlerOptimizeTest, TestCloudPivotFacet, 
TestSuggestSpellingConverter, TestFieldTypeCollectionResource, TestDocSet, 
AnalysisErrorHandlingTest, TestDynamicFieldCollectionResource, 
NoCacheHeaderTest, HighlighterConfigTest, TestFreeTextSuggestions, 
ModifyConfFileTest, SpatialFilterTest, ParsingFieldUpdateProcessorsTest, 
SyncSliceTest, SharedFSAutoReplicaFailoverTest, 
TestCopyFieldCollectionResource, DistributedFacetPivotLargeTest, 
TestConfigSets, JsonLoaderTest, SuggestComponentTest, BJQParserTest, 
CollectionsAPIAsyncDistributedZkTest, CSVRequestHandlerTest, 
TestFuzzyAnalyzedSuggestions, TestPivotHelperCode, ChaosMonkeySafeLeaderTest, 
UpdateRequestProcessorFactoryTest, TestFoldingMultitermQuery, 
DistributedFacetPivotLongTailTest, CoreContainerCoreInitFailuresTest, 
ZkCLITest, TestOrdValues, TestReRankQParserPlugin, TestAnalyzedSuggestions, 
TestTrie, TestStressRecovery, BlockCacheTest, LukeRequestHandlerTest, 
TestStandardQParsers, ShardRoutingTest, DistributedIntervalFacetingTest, 
TestDocumentBuilder, ZkNodePropsTest, TestCoreContainer, DocumentBuilderTest, 
TestCloudManagedSchema, TestMaxScoreQueryParser, TestReplicationHandlerBackup, 
BasicZkTest, TestStressUserVersions, TestIBSimilarityFactory, 
TestCSVResponseWriter, DateMathParserTest, DistributedSpellCheckComponentTest, 
HdfsCollectionsAPIDistributedZkTest, TestCollectionAPI, TestPseudoReturnFields, 
SolrIndexSplitterTest, ClusterStateTest, IndexSchemaRuntimeFieldTest, 
PingRequestHandlerTest, NotRequiredUniqueKeyTest, MigrateRouteKeyTest, 
TestMultiCoreConfBootstrap, TestPartialUpdateDeduplication, 
HdfsBasicDistributedZk2Test, SchemaVersionSpecificBehaviorTest, 
BasicDistributedZk2Test, TestReversedWildcardFilterFactory, 
SynonymTokenizerTest, TestDefaultSearchFieldResource, ShardRoutingCustomTest, 
HdfsLockFactoryTest, TestMiniSolrCloudCluster, TestSimpleQParserPlugin, 
TestManagedSynonymFilterFactory, PrimitiveFieldTypeTest, TestZkChroot, 
SearchHandlerTest, DistributedDebugComponentTest, QueryElevationComponentTest, 
InfoHandlerTest, StatelessScriptUpdateProcessorFactoryTest, 
CustomCollectionTest]
   [junit4] Completed in 282.65s, 1 test, 1 error <<< FAILURES!

[...truncated 1064 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:524: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:472: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: 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:1359: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:961: 
There were test failures: 432 suites, 1778 tests, 1 error, 49 ignored (21 
assumptions)

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


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

Reply via email to