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

1 tests failed.
FAILED:  
org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck

Error Message:
No live SolrServers available to handle this 
request:[http://127.0.0.1:54262/solr/testSolrCloudCollection]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:54262/solr/testSolrCloudCollection]
        at 
__randomizedtesting.SeedInfo.seed([A67038720F84CF43:48A386A28A68F5A7]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1099)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:199)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:54262/solr/testSolrCloudCollection: Ping query 
caused exception: no servers hosting shard: shard2
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        ... 44 more




Build Log:
[...truncated 10786 lines...]
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001
   [junit4]   2> 965712 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 965712 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 965712 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 965713 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 965713 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 965713 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 965713 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 965747 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 965754 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 965769 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 965773 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 965872 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 965878 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 965879 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 965883 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 965885 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 965886 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 965887 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 965887 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 965887 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 965887 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr'
   [junit4]   2> 965887 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 965887 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 965887 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 892114511
   [junit4]   2> 965887 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr]
   [junit4]   2> 965888 WARN  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/lib
   [junit4]   2> 965888 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 965891 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 965891 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 965891 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 965891 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 965891 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 965892 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=collection1, 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 965893 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 965893 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 965893 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 965894 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 965894 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 965911 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 965917 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 965930 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 965935 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 965988 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 965991 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 965992 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 965995 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 965997 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 965998 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 965998 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 966002 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 966002 INFO  (coreLoadExecutor-2533-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 966002 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 966002 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/]
   [junit4]   2> 966002 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@18943bd9
   [junit4]   2> 966003 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001
   [junit4]   2> 966003 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index/
   [junit4]   2> 966003 WARN  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 966004 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index
   [junit4]   2> 966004 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=244436717, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 966004 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ee8179c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74321383),segFN=segments_1,generation=1}
   [junit4]   2> 966004 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 966007 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 966008 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 966008 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 966008 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 966011 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 966012 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 966012 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 966013 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 966014 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/
   [junit4]   2> 966016 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 966017 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 966031 WARN  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated 
<admin/gettableFiles>, Please update your config to use the 
ShowFileRequestHandler.
   [junit4]   2> 966032 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 966032 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 966032 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 966033 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 966033 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=79.5458984375, 
floorSegmentMB=0.4580078125, forceMergeDeletesPctAllowed=23.48677383329145, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ee8179c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74321383),segFN=segments_1,generation=1}
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2af9a019[collection1] main]
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 966034 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 966043 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 966131 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 966131 INFO  
(searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 966132 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 966132 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 966132 INFO  
(searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 966132 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 966132 INFO  
(searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 966132 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1526332363998494720
   [junit4]   2> 966132 INFO  
(searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 966132 INFO  
(searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 966133 INFO  
(searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 966133 INFO  
(searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 966133 INFO  
(searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 966134 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1526332363998494720
   [junit4]   2> 966134 INFO  (coreLoadExecutor-2533-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 966134 INFO  
(searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 966134 INFO  
(searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2af9a019[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 966135 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 966137 INFO  
(TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[A67038720F84CF43])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionRaisesException
   [junit4]   2> 966144 INFO  
(TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[A67038720F84CF43])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionRaisesException
   [junit4]   2> 966147 INFO  
(TEST-PingRequestHandlerTest.testGettingStatus-seed#[A67038720F84CF43]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testGettingStatus
   [junit4]   2> 966165 INFO  
(TEST-PingRequestHandlerTest.testGettingStatus-seed#[A67038720F84CF43]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testGettingStatus
   [junit4]   2> 966168 INFO  
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[A67038720F84CF43]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testPingWithNoHealthCheck
   [junit4]   2> 966169 INFO  
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[A67038720F84CF43]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} 
hits=0 status=0 QTime=0
   [junit4]   2> 966169 INFO  
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[A67038720F84CF43]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={action=ping&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 966169 INFO  
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[A67038720F84CF43]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testPingWithNoHealthCheck
   [junit4]   2> 966171 INFO  
(TEST-PingRequestHandlerTest.testDisablingServer-seed#[A67038720F84CF43]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testDisablingServer
   [junit4]   2> 966171 INFO  
(TEST-PingRequestHandlerTest.testDisablingServer-seed#[A67038720F84CF43]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 
status=0 QTime=0
   [junit4]   2> 966172 INFO  
(TEST-PingRequestHandlerTest.testDisablingServer-seed#[A67038720F84CF43]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testDisablingServer
   [junit4]   2> 966174 INFO  
(TEST-PingRequestHandlerTest.testEnablingServer-seed#[A67038720F84CF43]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testEnablingServer
   [junit4]   2> 966191 INFO  
(TEST-PingRequestHandlerTest.testEnablingServer-seed#[A67038720F84CF43]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 
status=0 QTime=0
   [junit4]   2> 966191 INFO  
(TEST-PingRequestHandlerTest.testEnablingServer-seed#[A67038720F84CF43]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testEnablingServer
   [junit4]   2> 966193 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
   [junit4]   2> 966197 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 966197 INFO  (Thread-2056) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 966197 INFO  (Thread-2056) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 966299 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.ZkTestServer start zk server on port:54258
   [junit4]   2> 966299 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966300 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966303 INFO  (zkCallback-795-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@64ee0347 
name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966303 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966304 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966304 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 966313 INFO  (jetty-launcher-794-thread-1) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 966319 INFO  (jetty-launcher-794-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@73a8dcab{/solr,null,AVAILABLE}
   [junit4]   2> 966319 INFO  (jetty-launcher-794-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3f27741d{HTTP/1.1}{127.0.0.1:๕๔๒๖๐}
   [junit4]   2> 966319 INFO  (jetty-launcher-794-thread-1) [    ] 
o.e.j.s.Server Started @๙๖๙๙๑๐ms
   [junit4]   2> 966320 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=54260}
   [junit4]   2> 966320 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 966320 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1'
   [junit4]   2> 966320 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 966321 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 966321 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966324 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966324 INFO  (jetty-launcher-794-thread-3) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 966330 INFO  (jetty-launcher-794-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2b1100d2{/solr,null,AVAILABLE}
   [junit4]   2> 966330 INFO  (jetty-launcher-794-thread-4) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 966333 INFO  (jetty-launcher-794-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b013e8d{/solr,null,AVAILABLE}
   [junit4]   2> 966333 INFO  (jetty-launcher-794-thread-2) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 966334 INFO  (zkCallback-796-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@693a7a47 
name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966334 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966334 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966335 INFO  (jetty-launcher-794-thread-4) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@31adb96d{HTTP/1.1}{127.0.0.1:๕๔๒๖๓}
   [junit4]   2> 966335 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 966335 INFO  (jetty-launcher-794-thread-4) [    ] 
o.e.j.s.Server Started @๙๖๙๙๒๕ms
   [junit4]   2> 966335 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=54263}
   [junit4]   2> 966336 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 966336 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3'
   [junit4]   2> 966336 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 966336 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 966336 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966337 INFO  (jetty-launcher-794-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1afbd2fc{/solr,null,AVAILABLE}
   [junit4]   2> 966338 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966338 INFO  (jetty-launcher-794-thread-5) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 966342 INFO  (jetty-launcher-794-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7b89d335{HTTP/1.1}{127.0.0.1:๕๔๒๖๒}
   [junit4]   2> 966342 INFO  (jetty-launcher-794-thread-3) [    ] 
o.e.j.s.Server Started @๙๖๙๙๓๓ms
   [junit4]   2> 966342 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=54262}
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4'
   [junit4]   2> 966342 INFO  (jetty-launcher-794-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3db74a6f{/solr,null,AVAILABLE}
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-5) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@325d8487{HTTP/1.1}{127.0.0.1:๕๔๒๖๖}
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-5) [    ] 
o.e.j.s.Server Started @๙๖๙๙๓๔ms
   [junit4]   2> 966343 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=54266}
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5'
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 966344 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966348 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966348 INFO  (jetty-launcher-794-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@4356c3ea{HTTP/1.1}{127.0.0.1:๕๔๒๖๔}
   [junit4]   2> 966348 INFO  (jetty-launcher-794-thread-2) [    ] 
o.e.j.s.Server Started @๙๖๙๙๓๘ms
   [junit4]   2> 966348 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=54264}
   [junit4]   2> 966349 INFO  (zkCallback-797-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@77169243 
name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966349 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@1540e19d
   [junit4]   2> 966349 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966349 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2'
   [junit4]   2> 966349 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 966349 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 966350 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966350 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966350 INFO  (zkCallback-798-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7b0e4b5d 
name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966351 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966352 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966352 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 966352 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966354 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966354 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 966355 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1/.
   [junit4]   2> 966356 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1214695212
   [junit4]   2> 966356 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1]
   [junit4]   2> 966356 WARN  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1/lib
   [junit4]   2> 966358 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 966360 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 966360 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 966360 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 966360 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54258/solr
   [junit4]   2> 966361 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 966361 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966363 INFO  (zkCallback-799-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@74004aaf 
name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966365 INFO  (zkCallback-800-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5a46e10a 
name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966364 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966363 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3/.
   [junit4]   2> 966365 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966365 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.CoreContainer New CoreContainer 687860924
   [junit4]   2> 966365 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3]
   [junit4]   2> 966366 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966363 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4/.
   [junit4]   2> 966366 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966366 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1120224466
   [junit4]   2> 966366 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4]
   [junit4]   2> 966366 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966366 WARN  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4/lib
   [junit4]   2> 966366 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 966367 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 966367 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 966367 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 966367 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54258/solr
   [junit4]   2> 966367 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 966367 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966366 WARN  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3/lib
   [junit4]   2> 966370 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 966369 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 966371 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 966368 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966371 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 966368 INFO  (zkCallback-803-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@f3bced7 name:ZooKeeperConnection 
Watcher:127.0.0.1:54258 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 966368 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 966372 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966372 INFO  (jetty-launcher-794-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966371 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 966372 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54258/solr
   [junit4]   2> 966372 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 966372 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966372 INFO  (zkCallback-806-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@40cbfca7 
name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966374 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966377 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966377 INFO  (jetty-launcher-794-thread-3) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966378 INFO  (zkCallback-809-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@46c170de 
name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966378 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966378 INFO  (jetty-launcher-794-thread-4) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966384 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 966385 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5/.
   [junit4]   2> 966385 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1849752534
   [junit4]   2> 966385 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5]
   [junit4]   2> 966386 WARN  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5/lib
   [junit4]   2> 966388 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 966388 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 966389 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 966389 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x152e9f32c190008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 966391 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x152e9f32c190005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 966390 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2/.
   [junit4]   2> 966389 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 966389 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 966392 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54258/solr
   [junit4]   2> 966392 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 966392 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966391 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1048833995
   [junit4]   2> 966393 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2]
   [junit4]   2> 966392 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966393 WARN  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2/lib
 to classpath: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2/lib
   [junit4]   2> 966393 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 966393 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 966394 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 966394 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 966394 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 966394 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54258/solr
   [junit4]   2> 966394 INFO  
(zkCallback-810-thread-1-processing-n:127.0.0.1:54260_solr) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4161b516 
name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966394 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 966395 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 966395 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966396 INFO  
(zkCallback-811-thread-1-processing-n:127.0.0.1:54262_solr) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@39658eb1 
name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966396 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 966397 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966398 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 966399 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 966400 INFO  
(zkCallback-814-thread-1-processing-n:127.0.0.1:54263_solr) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7f2a8e4 name:ZooKeeperConnection 
Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 966400 INFO  (zkCallback-815-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@52388c2f 
name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966401 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 966401 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966401 INFO  (jetty-launcher-794-thread-5) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966402 INFO  (zkCallback-818-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4eae9058 
name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966402 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966402 INFO  (jetty-launcher-794-thread-2) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966405 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x152e9f32c19000d, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 966407 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 966407 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 966408 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 966409 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 966409 INFO  
(zkCallback-819-thread-1-processing-n:127.0.0.1:54264_solr) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@617d8d0 name:ZooKeeperConnection 
Watcher:127.0.0.1:54258/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 966410 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 966410 INFO  
(zkCallback-820-thread-1-processing-n:127.0.0.1:54266_solr) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2abcb785 
name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966411 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 966421 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 966422 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 966423 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 966424 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 966427 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 966427 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 966427 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 966429 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 966431 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 966434 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 966434 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 966435 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 966436 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 966436 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 966441 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 966442 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 966443 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 966444 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 966446 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 966447 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 966447 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 966450 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 966450 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 966452 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 966452 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 966453 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 966456 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 966457 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 966461 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 966462 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 966462 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 966463 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 966463 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 966465 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54264_solr
   [junit4]   2> 966465 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54263_solr
   [junit4]   2> 966465 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54260_solr
   [junit4]   2> 966466 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54262_solr
   [junit4]   2> 966467 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:54264_solr
   [junit4]   2> 966467 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:54263_solr
   [junit4]   2> 966467 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54266_solr
   [junit4]   2> 966468 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:54262_solr
   [junit4]   2> 966468 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:54260_solr
   [junit4]   2> 966469 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:54266_solr
   [junit4]   2> 966473 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 966478 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 966480 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 966483 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 966483 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 966484 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 966485 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 966486 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95395772754362377-127.0.0.1:54260_solr-n_0000000001
   [junit4]   2> 966487 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95395772754362383-127.0.0.1:54266_solr-n_0000000002
   [junit4]   2> 966487 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95395772754362378-127.0.0.1:54262_solr-n_0000000000
   [junit4]   2> 966488 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 966488 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95395772754362379-127.0.0.1:54263_solr-n_0000000003
   [junit4]   2> 966489 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95395772754362378-127.0.0.1:54262_solr-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 966489 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 966489 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:54262_solr
   [junit4]   2> 966490 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95395772754362377-127.0.0.1:54260_solr-n_0000000001 to 
know if I could be the leader
   [junit4]   2> 966490 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 966490 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 966489 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.LeaderElector Joined leadership election 
with path: 
/overseer_elect/election/95395772754362382-127.0.0.1:54264_solr-n_0000000004
   [junit4]   2> 966491 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95395772754362383-127.0.0.1:54266_solr-n_0000000002 to 
know if I could be the leader
   [junit4]   2> 966491 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 966494 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95395772754362379-127.0.0.1:54263_solr-n_0000000003 to 
know if I could be the leader
   [junit4]   2> 966494 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 966497 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.Overseer Overseer 
(id=95395772754362378-127.0.0.1:54262_solr-n_0000000000) starting
   [junit4]   2> 966509 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 966519 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 966519 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 966519 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node1/.
   [junit4]   2> 966520 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 966522 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 966522 INFO  (jetty-launcher-794-thread-1) 
[n:127.0.0.1:54260_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 966528 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 966528 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 966529 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node3/.
   [junit4]   2> 966530 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 966530 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 966530 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 966531 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node2/.
   [junit4]   2> 966531 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 966534 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 966534 INFO  (jetty-launcher-794-thread-4) 
[n:127.0.0.1:54263_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 966535 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 966535 INFO  (jetty-launcher-794-thread-2) 
[n:127.0.0.1:54264_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 966539 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 966539 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 966540 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node5/.
   [junit4]   2> 966541 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 966543 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 966543 INFO  (jetty-launcher-794-thread-5) 
[n:127.0.0.1:54266_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 966546 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 966547 INFO  
(OverseerCollectionConfigSetProcessor-95395772754362378-127.0.0.1:54262_solr-n_0000000000)
 [n:127.0.0.1:54262_solr    ] o.a.s.c.OverseerTaskProcessor Process current 
queue of overseer operations
   [junit4]   2> 966547 INFO  
(OverseerStateUpdate-95395772754362378-127.0.0.1:54262_solr-n_0000000000) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 966548 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 966564 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 966564 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.CoreContainer No authentication plugin 
used.
   [junit4]   2> 966565 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/tempDir-001/node4/.
   [junit4]   2> 966565 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions
   [junit4]   2> 966566 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 966567 INFO  (jetty-launcher-794-thread-3) 
[n:127.0.0.1:54262_solr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 966567 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966571 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966572 INFO  (zkCallback-821-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@141db7aa 
name:ZooKeeperConnection Watcher:127.0.0.1:54258 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966572 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966572 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966575 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x152e9f32c190010, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 966576 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 966577 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 966581 INFO  (zkCallback-823-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4b70f775 
name:ZooKeeperConnection Watcher:127.0.0.1:54258/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 966582 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 966582 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 966583 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/addfields.updateprocessor.js
   [junit4]   2> 966589 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 966593 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 966596 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
   [junit4]   2> 966599 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 966603 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-mpf-solrconfig.xml
   [junit4]   2> 966607 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 966611 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 966614 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 966618 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 966621 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 966625 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 966628 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 966633 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-multivalued.xml
   [junit4]   2> 966636 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 966640 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.c.c.SolrZkClient makePath: 
/configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
   [junit4]   2> 966643 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67

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

on
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        4       /solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/testSolrCloudCollection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/95395772754362378-127.0.0.1:54262_solr-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/95395772754362383-127.0.0.1:54266_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> 977514 INFO  
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[A67038720F84CF43])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testPingInClusterWithNoHealthCheck
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=PingRequestHandlerTest 
-Dtests.method=testPingInClusterWithNoHealthCheck -Dtests.seed=A67038720F84CF43 
-Dtests.slow=true -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH 
-Dtests.timezone=Etc/Zulu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   11.3s J0 | 
PingRequestHandlerTest.testPingInClusterWithNoHealthCheck <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:54262/solr/testSolrCloudCollection]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A67038720F84CF43:48A386A28A68F5A7]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1099)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
   [junit4]    >        at 
org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:199)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:54262/solr/testSolrCloudCollection: Ping query 
caused exception: no servers hosting shard: shard2
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    >        ... 44 more
   [junit4]   2> 977518 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 977518 INFO  
(SUITE-PingRequestHandlerTest-seed#[A67038720F84CF43]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=892114511
   [junit4]   2> 977519 INFO  (coreCloseExecutor-2594-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@46aa5e5b
   [junit4]   2> 977519 INFO  (coreCloseExecutor-2594-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 977519 INFO  (coreCloseExecutor-2594-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 977519 INFO  (coreCloseExecutor-2594-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 977519 INFO  (coreCloseExecutor-2594-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 977520 INFO  (coreCloseExecutor-2594-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 977530 INFO  (coreCloseExecutor-2594-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 977531 INFO  (coreCloseExecutor-2594-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001;done=false>>]
   [junit4]   2> 977531 INFO  (coreCloseExecutor-2594-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001
   [junit4]   2> 977531 INFO  (coreCloseExecutor-2594-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 977531 INFO  (coreCloseExecutor-2594-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.PingRequestHandlerTest_A67038720F84CF43-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, sim=ClassicSimilarity, locale=th-TH-u-nu-thai-x-lvariant-TH, 
timezone=Etc/Zulu
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_72 
(64-bit)/cpus=3,threads=1,free=329564864,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [BlockJoinFacetSimpleTest, 
TestSolrDeletionPolicy1, PreAnalyzedUpdateProcessorTest, HighlighterTest, 
TestStressReorder, ExternalFileFieldSortTest, TestJmxIntegration, 
TestSolrQueryParserDefaultOperatorResource, DistributedVersionInfoTest, 
FullHLLTest, ZkControllerTest, DocumentAnalysisRequestHandlerTest, 
AddBlockUpdateTest, SolrTestCaseJ4Test, TestRestoreCore, 
TestDFISimilarityFactory, SampleTest, TestSortByMinMaxFunction, 
BadComponentTest, PrimUtilsTest, DistributedDebugComponentTest, 
TestIntervalFaceting, TestDocSet, CollectionsAPIAsyncDistributedZkTest, 
HLLUtilTest, ShardRoutingTest, TestRuleBasedAuthorizationPlugin, 
TestExactStatsCache, HdfsChaosMonkeyNothingIsSafeTest, 
TestRandomCollapseQParserPlugin, TestCSVLoader, AlternateDirectoryTest, 
DirectUpdateHandlerTest, TestFilteredDocIdSet, XmlUpdateRequestHandlerTest, 
DeleteLastCustomShardedReplicaTest, TestSolrXml, QueryElevationComponentTest, 
SuggestComponentContextFilterQueryTest, SoftAutoCommitTest, ReturnFieldsTest, 
SyncSliceTest, TestFieldResource, SolrCoreTest, CachingDirectoryFactoryTest, 
JsonLoaderTest, TestInitQParser, TestDistributedSearch, TestLazyCores, 
TestOverriddenPrefixQueryForCustomFieldType, TestManagedResource, 
SolrRequestParserTest, JSONWriterTest, SharedFSAutoReplicaFailoverTest, 
TestDefaultSearchFieldResource, TestObjectReleaseTracker, SimplePostToolTest, 
TestSimpleQParserPlugin, TestReplicationHandlerBackup, 
TriLevelCompositeIdRoutingTest, CloudExitableDirectoryReaderTest, 
ZkStateReaderTest, AnalyticsMergeStrategyTest, UnloadDistributedZkTest, 
TestSort, TestMiniSolrCloudCluster, DocValuesTest, DistribCursorPagingTest, 
SchemaVersionSpecificBehaviorTest, PingRequestHandlerTest]
   [junit4] Completed [167/579 (1!)] on J0 in 11.83s, 6 tests, 1 error <<< 
FAILURES!

[...truncated 1356 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:740: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:684: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:233: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:524: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1457: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1014: 
There were test failures: 579 suites (8 ignored), 2331 tests, 1 error, 122 
ignored (71 assumptions) [seed: A67038720F84CF43]

Total time: 72 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to