Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5360/
Java: 32bit/jdk1.8.0_60 -server -XX:+UseG1GC
1 tests failed.
FAILED:
org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck
Error Message:
java.lang.IllegalStateException: Scheme 'http' not registered.
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
java.lang.IllegalStateException: Scheme 'http' not registered.
at
__randomizedtesting.SeedInfo.seed([91E5C9D90EAF68EA:7F3677098B43520E]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:410)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
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.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.MiniSolrCloudCluster.makeCollectionsRequest(MiniSolrCloudCluster.java:430)
at
org.apache.solr.cloud.MiniSolrCloudCluster.createCollection(MiniSolrCloudCluster.java:414)
at
org.apache.solr.cloud.MiniSolrCloudCluster.createCollection(MiniSolrCloudCluster.java:391)
at
org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:195)
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:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:864)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:900)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:914)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:873)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:775)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:809)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:820)
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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException: Scheme 'http' not registered.
at
org.apache.http.conn.scheme.SchemeRegistry.getScheme(SchemeRegistry.java:74)
at
org.apache.http.impl.conn.ProxySelectorRoutePlanner.determineRoute(ProxySelectorRoutePlanner.java:140)
at
org.apache.http.impl.client.DefaultRequestDirector.determineRoute(DefaultRequestDirector.java:762)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:381)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:480)
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)
... 48 more
Build Log:
[...truncated 10352 lines...]
[junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001
[junit4] 2> 1962116 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
[junit4] 2> 1962116 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1962116 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
[junit4] 2> 1962116 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1962117 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
[junit4] 2> 1962117 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1962118 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1962155 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1962161 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 1962178 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1962178 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
[junit4] 2> 1962182 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 1962234 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1962240 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1962240 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1962244 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1962246 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1962248 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1962249 WARN
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1962249 WARN
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1962249 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1962249 WARN
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1962249 WARN
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1962249 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1962249 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
[junit4] 2> 1962249 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\'
[junit4] 2> 1962249 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1962249 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
[junit4] 2> 1962250 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.CoreContainer New CoreContainer 17528169
[junit4] 2> 1962250 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\]
[junit4] 2> 1962250 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.CoreContainer loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
[junit4] 2> 1962250 WARN
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib).
[junit4] 2> 1962260 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-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> 1962264 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 1962266 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1962266 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1962267 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1962267 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1962267 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true,
configSetProperties=configsetprops.json, instanceDir=collection1,
collection=collection1,
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001,
shard=shard1}
[junit4] 2> 1962268 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
[junit4] 2> 1962268 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1962268 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
[junit4] 2> 1962268 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1962268 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1962283 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1962288 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 1962301 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1962301 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
[junit4] 2> 1962305 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1962372 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1962376 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1962377 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1962381 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1962382 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1962384 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1962384 WARN (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1962384 WARN (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1962384 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1962384 WARN (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 1962384 WARN (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 1962389 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf'
[junit4] 2> 1962389 INFO (coreLoadExecutor-6357-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\
[junit4] 2> 1962389 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1962389 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\],
dataDir=[null]
[junit4] 2> 1962389 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fba1d8
[junit4] 2> 1962390 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001\
[junit4] 2> 1962390 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001\index/
[junit4] 2> 1962390 WARN (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001\index'
doesn't exist. Creating new index...
[junit4] 2> 1962390 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001\index
[junit4] 2> 1962390 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1255182139,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1962391 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1bdad86
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@142687c),segFN=segments_1,generation=1}
[junit4] 2> 1962391 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 1962393 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001\
[junit4] 2> 1962395 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1962395 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1962395 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 1962395 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1962395 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1962395 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1962395 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1962395 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1962396 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1962396 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1962396 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1962396 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 1962401 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1962402 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1962403 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1962403 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1962406 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 1962407 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 1962407 WARN (coreLoadExecutor-6357-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> 1962407 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1962408 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1962408 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1962409 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 1962409 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 1962409 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1962409 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1bdad86
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@142687c),segFN=segments_1,generation=1}
[junit4] 2> 1962410 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 1962410 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@127a756[collection1]
main
[junit4] 2> 1962410 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1962410 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 1962410 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1962410 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 1962446 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1962673 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1962673 INFO
(searcherExecutor-6358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 1962673 INFO
(searcherExecutor-6358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 1962673 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 1962675 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 1962675 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 1962675 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1516302723421569024
[junit4] 2> 1962674 INFO
(searcherExecutor-6358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 1962675 INFO
(searcherExecutor-6358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 1962675 INFO
(searcherExecutor-6358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 1962675 INFO
(searcherExecutor-6358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 1962676 INFO
(searcherExecutor-6358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 1962676 INFO
(searcherExecutor-6358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 1962676 INFO
(searcherExecutor-6358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 1962676 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1516302723421569024
[junit4] 2> 1962676 INFO (coreLoadExecutor-6357-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1962676 INFO
(searcherExecutor-6358-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@127a756[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1962677 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1962679 INFO
(TEST-PingRequestHandlerTest.testGettingStatus-seed#[91E5C9D90EAF68EA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testGettingStatus
[junit4] 2> 1962684 INFO
(TEST-PingRequestHandlerTest.testGettingStatus-seed#[91E5C9D90EAF68EA]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testGettingStatus
[junit4] 2> 1962685 INFO
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testPingWithNoHealthCheck
[junit4] 2> 1962686 INFO
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1962686 INFO
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={action=ping&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 1962686 INFO
(TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testPingWithNoHealthCheck
[junit4] 2> 1962687 INFO
(TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionRaisesException
[junit4] 2> 1962687 INFO
(TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionRaisesException
[junit4] 2> 1962688 INFO
(TEST-PingRequestHandlerTest.testDisablingServer-seed#[91E5C9D90EAF68EA]) [
] o.a.s.SolrTestCaseJ4 ###Starting testDisablingServer
[junit4] 2> 1962689 INFO
(TEST-PingRequestHandlerTest.testDisablingServer-seed#[91E5C9D90EAF68EA]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml} hits=0
status=0 QTime=0
[junit4] 2> 1962689 INFO
(TEST-PingRequestHandlerTest.testDisablingServer-seed#[91E5C9D90EAF68EA]) [
] o.a.s.SolrTestCaseJ4 ###Ending testDisablingServer
[junit4] 2> 1962691 INFO
(TEST-PingRequestHandlerTest.testEnablingServer-seed#[91E5C9D90EAF68EA]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testEnablingServer
[junit4] 2> 1962692 INFO
(TEST-PingRequestHandlerTest.testEnablingServer-seed#[91E5C9D90EAF68EA]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml} hits=0
status=0 QTime=0
[junit4] 2> 1962692 INFO
(TEST-PingRequestHandlerTest.testEnablingServer-seed#[91E5C9D90EAF68EA]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testEnablingServer
[junit4] 2> 1962694 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
[junit4] 2> 1962695 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1962696 INFO (Thread-5444) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1962696 INFO (Thread-5444) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1962797 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.c.ZkTestServer start zk server on port:50017
[junit4] 2> 1962797 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1962798 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1962807 INFO (zkCallback-2555-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1ef280a name:ZooKeeperConnection
Watcher:127.0.0.1:50017 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1962807 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1962807 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1962808 INFO
(TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[91E5C9D90EAF68EA])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 1962820 INFO (jetty-launcher-2554-thread-1) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1962820 INFO (jetty-launcher-2554-thread-4) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1962823 INFO (jetty-launcher-2554-thread-3) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1962827 INFO (jetty-launcher-2554-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7134f1{/solr,null,AVAILABLE}
[junit4] 2> 1962827 INFO (jetty-launcher-2554-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@16ac807{/solr,null,AVAILABLE}
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1d8e762{HTTP/1.1}{127.0.0.1:50021}
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-1) [ ]
o.e.j.s.Server Started @1966586ms
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=50021}
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@e2f2a
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@a4e638{HTTP/1.1}{127.0.0.1:50024}
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node3\'
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-3) [ ]
o.e.j.s.Server Started @1966586ms
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=50024}
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@e2f2a
[junit4] 2> 1962828 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node1\'
[junit4] 2> 1962829 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1962829 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
[junit4] 2> 1962830 INFO (jetty-launcher-2554-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1de3d5e{/solr,null,AVAILABLE}
[junit4] 2> 1962830 INFO (jetty-launcher-2554-thread-4) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@17f2c05{HTTP/1.1}{127.0.0.1:50027}
[junit4] 2> 1962830 INFO (jetty-launcher-2554-thread-4) [ ]
o.e.j.s.Server Started @1966588ms
[junit4] 2> 1962830 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=50027}
[junit4] 2> 1962830 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@e2f2a
[junit4] 2> 1962830 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node4\'
[junit4] 2> 1962831 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1962831 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
[junit4] 2> 1962854 INFO (jetty-launcher-2554-thread-2) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1962855 INFO (jetty-launcher-2554-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1785054{/solr,null,AVAILABLE}
[junit4] 2> 1962856 INFO (jetty-launcher-2554-thread-5) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1962856 INFO (jetty-launcher-2554-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@5d1938{HTTP/1.1}{127.0.0.1:50030}
[junit4] 2> 1962856 INFO (jetty-launcher-2554-thread-2) [ ]
o.e.j.s.Server Started @1966614ms
[junit4] 2> 1962856 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=50030}
[junit4] 2> 1962856 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@e2f2a
[junit4] 2> 1962856 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node5\'
[junit4] 2> 1962857 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1962857 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
[junit4] 2> 1962869 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1962871 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1962874 INFO (jetty-launcher-2554-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@197bfeb{/solr,null,AVAILABLE}
[junit4] 2> 1962875 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1962876 INFO (jetty-launcher-2554-thread-5) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@19fd717{HTTP/1.1}{127.0.0.1:50037}
[junit4] 2> 1962876 INFO (jetty-launcher-2554-thread-5) [ ]
o.e.j.s.Server Started @1966634ms
[junit4] 2> 1962876 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=50037}
[junit4] 2> 1962876 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@e2f2a
[junit4] 2> 1962876 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node2\'
[junit4] 2> 1962876 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1962876 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
[junit4] 2> 1962883 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1962884 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1962887 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1962888 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1962888 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1962888 INFO (zkCallback-2559-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@37cfe8 name:ZooKeeperConnection
Watcher:127.0.0.1:50017/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1962888 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1962888 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1962889 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1962889 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1962892 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1962893 INFO (zkCallback-2556-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1b8e94d name:ZooKeeperConnection
Watcher:127.0.0.1:50017/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1962893 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1962893 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1962893 INFO (zkCallback-2560-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3289de name:ZooKeeperConnection
Watcher:127.0.0.1:50017/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1962894 INFO (zkCallback-2557-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@152cc3a name:ZooKeeperConnection
Watcher:127.0.0.1:50017/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1962894 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1962894 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1962894 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1962894 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1962894 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1962895 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1962895 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1962903 INFO (zkCallback-2558-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1ff6117 name:ZooKeeperConnection
Watcher:127.0.0.1:50017/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1962903 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1962904 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1962904 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node3\.
[junit4] 2> 1962904 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 1609898
[junit4] 2> 1962904 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node3\]
[junit4] 2> 1962904 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.CoreContainer loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node3\lib
[junit4] 2> 1962904 WARN (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node3\lib).
[junit4] 2> 1962912 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1962917 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 0x150afd4b1300002, 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> 1962918 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 0x150afd4b1300003, 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> 1962918 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 0x150afd4b1300001, 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> 1962918 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 0x150afd4b1300004, 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> 1962919 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node1\.
[junit4] 2> 1962919 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 26727096
[junit4] 2> 1962919 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node1\]
[junit4] 2> 1962919 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.CoreContainer loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node1\lib
[junit4] 2> 1962919 WARN (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node1\lib).
[junit4] 2> 1962919 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1962921 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1962921 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1962921 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50017/solr
[junit4] 2> 1962921 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1962921 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1962922 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node5\.
[junit4] 2> 1962922 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 30954821
[junit4] 2> 1962922 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node5\]
[junit4] 2> 1962922 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.CoreContainer loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node5\lib
[junit4] 2> 1962922 WARN (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node5\lib).
[junit4] 2> 1962923 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1962929 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node2\.
[junit4] 2> 1962929 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.CoreContainer New CoreContainer 11237533
[junit4] 2> 1962929 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node2\]
[junit4] 2> 1962929 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.CoreContainer loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node2\lib
[junit4] 2> 1962929 WARN (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node2\lib).
[junit4] 2> 1962933 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1962935 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1962935 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1962937 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1962937 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1962938 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1962938 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1962938 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50017/solr
[junit4] 2> 1962938 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1962938 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1962938 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1962938 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1962939 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1962940 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1962940 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50017/solr
[junit4] 2> 1962940 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1962940 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1962940 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1962940 INFO (zkCallback-2562-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@867f97 name:ZooKeeperConnection
Watcher:127.0.0.1:50017 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1962940 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1962941 INFO (jetty-launcher-2554-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1962941 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1962942 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1962942 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1962942 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50017/solr
[junit4] 2> 1962942 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1962942 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1962942 INFO (zkCallback-2565-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@11475c9 name:ZooKeeperConnection
Watcher:127.0.0.1:50017 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1962942 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1962943 INFO (jetty-launcher-2554-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1962943 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1962944 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1962944 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 0x150afd4b1300007, 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> 1962944 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.CoresLocator Config-defined core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node4\.
[junit4] 2> 1962944 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.CoreContainer New CoreContainer 31294331
[junit4] 2> 1962944 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node4\]
[junit4] 2> 1962945 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.CoreContainer loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node4\lib
[junit4] 2> 1962945 WARN (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node4\lib).
[junit4] 2> 1962945 INFO (zkCallback-2566-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@17380b1 name:ZooKeeperConnection
Watcher:127.0.0.1:50017 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1962946 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1962946 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1962946 INFO (jetty-launcher-2554-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1962948 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 0x150afd4b1300008, 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> 1962949 INFO (zkCallback-2569-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3e6c11 name:ZooKeeperConnection
Watcher:127.0.0.1:50017 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1962949 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1962950 INFO (jetty-launcher-2554-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1962952 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1962952 INFO
(zkCallback-2568-thread-1-processing-n:127.0.0.1:50021_solr)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7dbb1b name:ZooKeeperConnection
Watcher:127.0.0.1:50017/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1962952 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1962953 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1962953 INFO
(zkCallback-2570-thread-1-processing-n:127.0.0.1:50024_solr)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1b3278a name:ZooKeeperConnection
Watcher:127.0.0.1:50017/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1962954 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1962954 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1962954 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1962954 INFO
(zkCallback-2571-thread-1-processing-n:127.0.0.1:50037_solr)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@c33de3 name:ZooKeeperConnection
Watcher:127.0.0.1:50017/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1962955 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1962955 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1962955 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1962955 INFO
(zkCallback-2572-thread-1-processing-n:127.0.0.1:50030_solr)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@16903d4 name:ZooKeeperConnection
Watcher:127.0.0.1:50017/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1962956 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1962957 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1962957 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1962957 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1962957 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1962957 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1962957 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1962958 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50017/solr
[junit4] 2> 1962958 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1962958 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1962958 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1962960 INFO (zkCallback-2574-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@b1026a name:ZooKeeperConnection
Watcher:127.0.0.1:50017 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1962960 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1962960 INFO (jetty-launcher-2554-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1962961 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1962961 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1962961 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1962961 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1962963 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1962963 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1962963 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1962964 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1962964 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1962964 INFO
(zkCallback-2575-thread-1-processing-n:127.0.0.1:50027_solr)
[n:127.0.0.1:50027_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@561146 name:ZooKeeperConnection
Watcher:127.0.0.1:50017/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1962965 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1962966 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1962966 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1962966 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1962966 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1962970 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1962970 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1962970 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1962970 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1962971 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1962971 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1962971 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1962971 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1962971 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1962971 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1962971 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1962972 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1962973 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1962973 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1962973 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1962973 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1962973 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1962974 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1962974 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1962974 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1962975 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1962975 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1962975 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50037_solr
[junit4] 2> 1962975 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50024_solr
[junit4] 2> 1962975 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50027_solr
[junit4] 2> 1962976 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50021_solr
[junit4] 2> 1962976 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:50037_solr
[junit4] 2> 1962976 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50030_solr
[junit4] 2> 1962976 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:50024_solr
[junit4] 2> 1962976 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:50021_solr
[junit4] 2> 1962976 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:50027_solr
[junit4] 2> 1962976 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:50030_solr
[junit4] 2> 1962980 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1962980 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1962981 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1962981 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1962981 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1962982 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1962982 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1962982 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1962982 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1962982 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1962983 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1962984 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1962984 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1962984 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94768920215420937-127.0.0.1:50021_solr-n_0000000001
[junit4] 2> 1962984 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94768920215420940-127.0.0.1:50037_solr-n_0000000002
[junit4] 2> 1962984 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94768920215420939-127.0.0.1:50024_solr-n_0000000000
[junit4] 2> 1962984 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1962984 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1962985 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:50024_solr
[junit4] 2> 1962985 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94768920215420943-127.0.0.1:50027_solr-n_0000000003
[junit4] 2> 1962985 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 1962985 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/94768920215420941-127.0.0.1:50030_solr-n_0000000004
[junit4] 2> 1962986 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/94768920215420939-127.0.0.1:50024_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 1962986 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/94768920215420937-127.0.0.1:50021_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 1962986 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1962986 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1962987 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/94768920215420940-127.0.0.1:50037_solr-n_0000000002 to
know if I could be the leader
[junit4] 2> 1962987 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1962987 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/94768920215420943-127.0.0.1:50027_solr-n_0000000003 to
know if I could be the leader
[junit4] 2> 1962987 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1962988 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.Overseer Overseer
(id=94768920215420939-127.0.0.1:50024_solr-n_0000000000) starting
[junit4] 2> 1963000 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1963000 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1963011 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1963011 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1963013 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.CoresLocator Looking for core definitions
underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node2\.
[junit4] 2> 1963013 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.CoresLocator Looking for core definitions
underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node3\.
[junit4] 2> 1963014 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.c.CoresLocator Found 0 core definitions
[junit4] 2> 1963015 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.c.CoresLocator Found 0 core definitions
[junit4] 2> 1963016 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 1963016 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1963016 INFO (jetty-launcher-2554-thread-5)
[n:127.0.0.1:50037_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1963017 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1963017 INFO (jetty-launcher-2554-thread-1)
[n:127.0.0.1:50021_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1963017 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1963017 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1963018 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.CoresLocator Looking for core definitions
underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node5\.
[junit4] 2> 1963019 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.c.CoresLocator Found 0 core definitions
[junit4] 2> 1963020 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1963020 INFO (jetty-launcher-2554-thread-2)
[n:127.0.0.1:50030_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1963023 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1963024 INFO
(OverseerCollectionConfigSetProcessor-94768920215420939-127.0.0.1:50024_solr-n_0000000000)
[n:127.0.0.1:50024_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 1963024 INFO (jetty-launcher-2554-thread-3)
[n:127.0.0.1:50024_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1963024 INFO
(OverseerStateUpdate-94768920215420939-127.0.0.1:50024_solr-n_0000000000)
[n:127.0.0.1:50024_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1963024 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1963024 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 1963025 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.CoresLocator Looking for core definitions
underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\tempDir-001\node4\.
[junit4] 2> 1963026 INFO (jetty-launcher-2554-thread-4)
[n:127.0.0.1:50027_solr ] o.a.s.c.CoresLocator Found 0 core definitions
[
[...truncated too long message...]
st(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] > ... 48 more
[junit4] 2> 1967333 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1967333 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=17528169
[junit4] 2> 1967335 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@16dccff
[junit4] 2> 1967335 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [
x:collection1] o.a.s.u.UpdateHandler 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> 1967335 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1967335 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached
0 - closing IndexWriter
[junit4] 2> 1967335 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with
IndexWriterCloser
[junit4] 2> 1967336 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1967346 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2
directories currently being tracked
[junit4] 2> 1967347 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001\
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001\;done=false>>]
[junit4] 2> 1967347 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001\
[junit4] 2> 1967347 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001\index
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001\index;done=false>>]
[junit4] 2> 1967347 INFO
(SUITE-PingRequestHandlerTest-seed#[91E5C9D90EAF68EA]-worker) [
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001\init-core-data-001\index
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_91E5C9D90EAF68EA-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene54): {},
docValues:{}, sim=ClassicSimilarity, locale=en_GB, timezone=Asia/Magadan
[junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_60
(32-bit)/cpus=3,threads=1,free=89948752,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestFieldSortValues,
PeerSyncTest, ZkStateWriterTest, TestStressReorder, SampleTest,
TestBlendedInfixSuggestions, TestDFRSimilarityFactory, AlternateDirectoryTest,
TestLRUStatsCache, QueryElevationComponentTest, TriLevelCompositeIdRoutingTest,
TestArbitraryIndexDir, TestPseudoReturnFields, TestSolrConfigHandlerConcurrent,
TestNoOpRegenerator, HighlighterMaxOffsetTest, TestXIncludeConfig,
TestHighFrequencyDictionaryFactory, VersionInfoTest,
SuggestComponentContextFilterQueryTest, TestNamedUpdateProcessors, ZkCLITest,
XsltUpdateRequestHandlerTest, TestRawTransformer, TestExtendedDismaxParser,
DistributedFacetPivotWhiteBoxTest, AnalysisErrorHandlingTest,
DistributedSuggestComponentTest, HLLUtilTest, TestShortCircuitedRequests,
DocValuesMultiTest, SOLR749Test, DirectUpdateHandlerTest, DOMUtilTest,
TestComponentsName, TestReplicaProperties, CdcrUpdateLogTest,
TestDistributedSearch, TestAnalyzeInfixSuggestions,
DistribDocExpirationUpdateProcessorTest, TestSort, TestMiniSolrCloudCluster,
SpatialRPTFieldTypeTest, BadComponentTest, SolrIndexConfigTest,
CachingDirectoryFactoryTest, TestCollationFieldDocValues,
CdcrReplicationDistributedZkTest, SolrRequestParserTest, BlockCacheTest,
RequiredFieldsTest, PolyFieldTest, TestCoreContainer, BufferStoreTest,
SpatialHeatmapFacetsTest, DistribJoinFromCollectionTest,
AsyncCallRequestStatusResponseTest, LeaderFailoverAfterPartitionTest,
TestJsonFacets, TestManagedSchema, PrimitiveFieldTypeTest,
ExternalFileFieldSortTest, DistributedExpandComponentTest,
TestManagedStopFilterFactory, HdfsLockFactoryTest, TestLuceneMatchVersion,
TestStandardQParsers, DisMaxRequestHandlerTest, TestDynamicLoading,
ZkControllerTest, DeleteLastCustomShardedReplicaTest,
TestManagedSynonymFilterFactory, HdfsUnloadDistributedZkTest, TestRTGBase,
MBeansHandlerTest, TestSolrQueryParserResource, TestSchemaResource,
DocExpirationUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverUtilsTest,
DeleteShardTest, ShardRoutingTest, SimpleFacetsTest, TestJmxMonitoredMap,
PluginInfoTest, DistributedSpellCheckComponentTest, ZkStateReaderTest,
BasicAuthIntegrationTest, TestSchemaManager, AssignTest,
TestQuerySenderNoQuery, FastVectorHighlighterTest, MoreLikeThisHandlerTest,
TestAuthorizationFramework, TestSolrJ, HdfsNNFailoverTest, LeaderElectionTest,
TestMaxScoreQueryParser, MergeStrategyTest, TestCloudSchemaless,
DocumentAnalysisRequestHandlerTest, OverseerTest,
UUIDUpdateProcessorFallbackTest, SolrXmlInZkTest, TestConfig,
TestSurroundQueryParser, SpatialFilterTest, TestIBSimilarityFactory,
RequestLoggingTest, TestAnalyzedSuggestions, TestManagedResource,
TestExactStatsCache, StatelessScriptUpdateProcessorFactoryTest, DateFieldTest,
TestSolr4Spatial2, TestPostingsSolrHighlighter, TestRestManager,
QueryEqualityTest, TestDynamicFieldResource, TestSchemaSimilarityResource,
TestExactSharedStatsCache, AddSchemaFieldsUpdateProcessorFactoryTest,
TestNonDefinedSimilarityFactory, TestCloudManagedSchemaConcurrent,
TestRandomDVFaceting, TestDocSet, SSLMigrationTest, TestLFUCache,
UnloadDistributedZkTest, TestFileDictionaryLookup, TestSolrCLIRunExample,
TestDistributedStatsComponentCardinality, AnalysisAfterCoreReloadTest,
OverseerCollectionConfigSetProcessorTest, JsonLoaderTest, TestJmxIntegration,
SyncSliceTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest,
TestRandomFaceting, TestZkChroot, TestDistributedGrouping,
TermVectorComponentDistributedTest, TestStressVersions,
DistributedTermsComponentTest, TestGroupingSearch, TestFiltering,
TestFunctionQuery, TestLazyCores, TestIndexSearcher,
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest,
CoreAdminHandlerTest, TestCSVLoader, NoCacheHeaderTest, TestUpdate,
FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest,
TestRemoteStreaming, DebugComponentTest, StandardRequestHandlerTest,
DirectSolrSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest,
TestValueSourceCache, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest,
IndexSchemaTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter,
BinaryUpdateRequestHandlerTest, PingRequestHandlerTest]
[junit4] Completed [361/553] on J0 in 5.25s, 6 tests, 1 error <<< FAILURES!
[...truncated 625 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:775: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:719: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:516:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1432:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:987:
There were test failures: 553 suites (8 ignored), 2176 tests, 1 error, 85
ignored (48 assumptions) [seed: 91E5C9D90EAF68EA]
Total time: 70 minutes 48 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]